Color Hex Logo

#cdd17e Color Hex

#CDD17E
(205,209,126)
0 Favorites   0 Comments

Color spaces of #cdd17e

RGB 205209126
HSL0.170.470.66
HSV63°40°82°
CMYK 0.020.000.40   0.18
XYZ51.743260.086428.6093
Yxy60.08640.36840.4278
Hunter Lab77.5154-16.499432.3781
CIE-Lab81.8851-13.654240.6685

#cdd17e color RGB value is (205,209,126).

#cdd17e hex color red value is 205, green value is 209 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cdd17e hue: 0.17 , saturation: 0.47 and the lightness value of cdd17e is 0.66.

The process color (four color CMYK) of #cdd17e color hex is 0.02, 0.00, 0.40, 0.18. Web safe color of #cdd17e is #cccc66. Color #cdd17e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010001 01111110
Octal 315 321 176
Decimal 205 209 126
Hex CD D1 7E

RGB Percentages of Color #cdd17e

%37.96
%38.70
%23.33

CMYK Percentages of Color #cdd17e

%2
%0
%40
%18

Triadic Colors of #cdd17e

#cdd17e #7ecdd1 #d17ecd

Analogous Colors of #cdd17e

#cdd17e #a4d17e #d1ac7e

Monochromatic Colors of #cdd17e

#cdd17e

Complementary Color

#cdd17e #827ed1

#cdd17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd17e Color CSS Codes

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

#cdd17e Text Font Color

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

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


#cdd17e Background Color

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

This div background color is #cdd17e


#cdd17e Border Color

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

This div border color is #cdd17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd17e


Comments

No comments written yet.

Please login to write comment.