Color Hex Logo

#cdd987 Color Hex

#CDD987
(205,217,135)
0 Favorites   0 Comments

Color spaces of #cdd987

RGB 205217135
HSL0.190.520.69
HSV69°38°85°
CMYK 0.060.000.38   0.15
XYZ54.362964.354132.4780
Yxy64.35410.35960.4256
Hunter Lab80.2210-19.423732.1508
CIE-Lab84.1498-16.638839.0413

#cdd987 color RGB value is (205,217,135).

#cdd987 hex color red value is 205, green value is 217 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cdd987 hue: 0.19 , saturation: 0.52 and the lightness value of cdd987 is 0.69.

The process color (four color CMYK) of #cdd987 color hex is 0.06, 0.00, 0.38, 0.15. Web safe color of #cdd987 is #cccc99. Color #cdd987 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011001 10000111
Octal 315 331 207
Decimal 205 217 135
Hex CD D9 87

RGB Percentages of Color #cdd987

%36.80
%38.96
%24.24

CMYK Percentages of Color #cdd987

%6
%0
%38
%15

Triadic Colors of #cdd987

#cdd987 #87cdd9 #d987cd

Analogous Colors of #cdd987

#cdd987 #a4d987 #d9bc87

Monochromatic Colors of #cdd987

#cdd987

Complementary Color

#cdd987 #9387d9

#cdd987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd987 Color CSS Codes

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

#cdd987 Text Font Color

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

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


#cdd987 Background Color

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

This div background color is #cdd987


#cdd987 Border Color

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

This div border color is #cdd987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd987


Comments

No comments written yet.

Please login to write comment.