Color Hex Logo

#cdd854 Color Hex

#CDD854
(205,216,84)
0 Favorites   0 Comments

Color spaces of #cdd854

RGB 20521684
HSL0.180.630.59
HSV65°61°85°
CMYK 0.050.000.61   0.15
XYZ51.332962.731017.7903
Yxy62.73100.38930.4758
Hunter Lab79.2029-22.915942.1245
CIE-Lab83.3006-20.837561.8700

#cdd854 color RGB value is (205,216,84).

#cdd854 hex color red value is 205, green value is 216 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #cdd854 hue: 0.18 , saturation: 0.63 and the lightness value of cdd854 is 0.59.

The process color (four color CMYK) of #cdd854 color hex is 0.05, 0.00, 0.61, 0.15. Web safe color of #cdd854 is #cccc66. Color #cdd854 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 01010100
Octal 315 330 124
Decimal 205 216 84
Hex CD D8 54

RGB Percentages of Color #cdd854

%40.59
%42.77
%16.63

CMYK Percentages of Color #cdd854

%5
%0
%61
%15

Triadic Colors of #cdd854

#cdd854 #54cdd8 #d854cd

Analogous Colors of #cdd854

#cdd854 #8bd854 #d8a154

Monochromatic Colors of #cdd854

#cdd854

Complementary Color

#cdd854 #5f54d8

#cdd854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd854 Color CSS Codes

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

#cdd854 Text Font Color

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

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


#cdd854 Background Color

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

This div background color is #cdd854


#cdd854 Border Color

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

This div border color is #cdd854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd854


Comments

No comments written yet.

Please login to write comment.