Color Hex Logo

#cdd86b Color Hex

#CDD86B
(205,216,107)
0 Favorites   0 Comments

Color spaces of #cdd86b

RGB 205216107
HSL0.180.580.63
HSV66°50°85°
CMYK 0.050.000.50   0.15
XYZ52.386563.152423.3385
Yxy63.15240.37720.4547
Hunter Lab79.4685-21.400738.2155
CIE-Lab83.5225-19.026851.8978

#cdd86b color RGB value is (205,216,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 01101011
Octal 315 330 153
Decimal 205 216 107
Hex CD D8 6B

RGB Percentages of Color #cdd86b

%38.83
%40.91
%20.27

CMYK Percentages of Color #cdd86b

%5
%0
%50
%15

Triadic Colors of #cdd86b

#cdd86b #6bcdd8 #d86bcd

Analogous Colors of #cdd86b

#cdd86b #97d86b #d8ad6b

Monochromatic Colors of #cdd86b

#cdd86b

Complementary Color

#cdd86b #766bd8

#cdd86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd86b Color CSS Codes

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

#cdd86b Text Font Color

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

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


#cdd86b Background Color

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

This div background color is #cdd86b


#cdd86b Border Color

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

This div border color is #cdd86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd86b


Comments

No comments written yet.

Please login to write comment.