Color Hex Logo

#cdd79e Color Hex

#CDD79E
(205,215,158)
0 Favorites   0 Comments

Color spaces of #cdd79e

RGB 205215158
HSL0.200.420.73
HSV71°27°84°
CMYK 0.050.000.27   0.16
XYZ55.648864.048641.7774
Yxy64.04860.34460.3966
Hunter Lab80.0304-15.933925.0707
CIE-Lab83.9911-12.707627.0678

#cdd79e color RGB value is (205,215,158).

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

The process color (four color CMYK) of #cdd79e color hex is 0.05, 0.00, 0.27, 0.16. Web safe color of #cdd79e is #cccc99. Color #cdd79e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010111 10011110
Octal 315 327 236
Decimal 205 215 158
Hex CD D7 9E

RGB Percentages of Color #cdd79e

%35.47
%37.20
%27.34

CMYK Percentages of Color #cdd79e

%5
%0
%27
%16

Triadic Colors of #cdd79e

#cdd79e #9ecdd7 #d79ecd

Analogous Colors of #cdd79e

#cdd79e #b1d79e #d7c59e

Monochromatic Colors of #cdd79e

#cdd79e

Complementary Color

#cdd79e #a89ed7

#cdd79e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd79e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd79e Color CSS Codes

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

#cdd79e Text Font Color

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

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


#cdd79e Background Color

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

This div background color is #cdd79e


#cdd79e Border Color

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

This div border color is #cdd79e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,215,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 #cdd79e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd79e


Comments

No comments written yet.

Please login to write comment.