Color Hex Logo

#cdd69e Color Hex

#CDD69E
(205,214,158)
0 Favorites   0 Comments

Color spaces of #cdd69e

RGB 205214158
HSL0.190.410.73
HSV70°26°84°
CMYK 0.040.000.26   0.16
XYZ55.395063.540941.6927
Yxy63.54090.34490.3956
Hunter Lab79.7125-15.451124.7879
CIE-Lab83.7262-12.202626.7093

#cdd69e color RGB value is (205,214,158).

#cdd69e hex color red value is 205, green value is 214 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cdd69e hue: 0.19 , saturation: 0.41 and the lightness value of cdd69e is 0.73.

The process color (four color CMYK) of #cdd69e color hex is 0.04, 0.00, 0.26, 0.16. Web safe color of #cdd69e is #cccc99. Color #cdd69e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010110 10011110
Octal 315 326 236
Decimal 205 214 158
Hex CD D6 9E

RGB Percentages of Color #cdd69e

%35.53
%37.09
%27.38

CMYK Percentages of Color #cdd69e

%4
%0
%26
%16

Triadic Colors of #cdd69e

#cdd69e #9ecdd6 #d69ecd

Analogous Colors of #cdd69e

#cdd69e #b1d69e #d6c39e

Monochromatic Colors of #cdd69e

#cdd69e

Complementary Color

#cdd69e #a79ed6

#cdd69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd69e Color CSS Codes

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

#cdd69e Text Font Color

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

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


#cdd69e Background Color

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

This div background color is #cdd69e


#cdd69e Border Color

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

This div border color is #cdd69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd69e


Comments

No comments written yet.

Please login to write comment.