Color Hex Logo

#cdd54e Color Hex

#CDD54E
(205,213,78)
0 Favorites   0 Comments

Color spaces of #cdd54e

RGB 20521378
HSL0.180.620.57
HSV64°63°84°
CMYK 0.040.000.63   0.16
XYZ50.346261.117716.3511
Yxy61.11770.39390.4782
Hunter Lab78.1778-21.857942.3238
CIE-Lab82.4420-19.762163.4213

#cdd54e color RGB value is (205,213,78).

#cdd54e hex color red value is 205, green value is 213 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cdd54e hue: 0.18 , saturation: 0.62 and the lightness value of cdd54e is 0.57.

The process color (four color CMYK) of #cdd54e color hex is 0.04, 0.00, 0.63, 0.16. Web safe color of #cdd54e is #cccc66. Color #cdd54e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010101 01001110
Octal 315 325 116
Decimal 205 213 78
Hex CD D5 4E

RGB Percentages of Color #cdd54e

%41.33
%42.94
%15.73

CMYK Percentages of Color #cdd54e

%4
%0
%63
%16

Triadic Colors of #cdd54e

#cdd54e #4ecdd5 #d54ecd

Analogous Colors of #cdd54e

#cdd54e #8ad54e #d59a4e

Monochromatic Colors of #cdd54e

#cdd54e

Complementary Color

#cdd54e #564ed5

#cdd54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd54e Color CSS Codes

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

#cdd54e Text Font Color

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

This sample text font color is #cdd54e
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.


#cdd54e Background Color

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

This div background color is #cdd54e


#cdd54e Border Color

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

This div border color is #cdd54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd54e


Comments

No comments written yet.

Please login to write comment.