Color Hex Logo

#cdd63e Color Hex

#CDD63E
(205,214,62)
0 Favorites   0 Comments

Color spaces of #cdd63e

RGB 20521462
HSL0.180.650.54
HSV64°71°84°
CMYK 0.040.000.71   0.16
XYZ50.092961.420113.7725
Yxy61.42010.39980.4902
Hunter Lab78.3710-23.056244.4404
CIE-Lab82.6041-21.140469.6115

#cdd63e color RGB value is (205,214,62).

#cdd63e hex color red value is 205, green value is 214 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cdd63e hue: 0.18 , saturation: 0.65 and the lightness value of cdd63e is 0.54.

The process color (four color CMYK) of #cdd63e color hex is 0.04, 0.00, 0.71, 0.16. Web safe color of #cdd63e is #cccc33. Color #cdd63e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010110 00111110
Octal 315 326 76
Decimal 205 214 62
Hex CD D6 3E

RGB Percentages of Color #cdd63e

%42.62
%44.49
%12.89

CMYK Percentages of Color #cdd63e

%4
%0
%71
%16

Triadic Colors of #cdd63e

#cdd63e #3ecdd6 #d63ecd

Analogous Colors of #cdd63e

#cdd63e #81d63e #d6933e

Monochromatic Colors of #cdd63e

#cdd63e

Complementary Color

#cdd63e #473ed6

#cdd63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd63e Color CSS Codes

.mybgcolor {background-color:#cdd63e; } 
.myforecolor {color:#cdd63e; }
.mybordercolor {border:3px solid #cdd63e; }

#cdd63e Text Font Color

<p style="color:#cdd63e">Text here</p>

This sample text font color is #cdd63e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cdd63e Background Color

<div style="background-color:#cdd63e">
Div content here</div>

This div background color is #cdd63e


#cdd63e Border Color

<div style="border:3px solid #cdd63e">
Div here</div>

This div border color is #cdd63e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,214,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdd63e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdd63e;
  -webkit-box-shadow: 1px 1px 3px 2px #cdd63e;
  box-shadow:         1px 1px 3px 2px #cdd63e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,214,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cdd63e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cdd63e;
  -webkit-box-shadow: 1px 1px 3px 2px #cdd63e;
  box-shadow:         1px 1px 3px 2px #cdd63e;">
Div content here</div>

This div box has shadow with color #cdd63e


Comments

No comments written yet.

Please login to write comment.