Color Hex Logo

#ccd09e Color Hex

#CCD09E
(204,208,158)
0 Favorites   0 Comments

Color spaces of #ccd09e

RGB 204208158
HSL0.180.350.72
HSV65°24°82°
CMYK 0.020.000.24   0.18
XYZ53.629360.417741.1830
Yxy60.41770.34550.3892
Hunter Lab77.7288-12.868722.9966
CIE-Lab82.0647-9.526724.4390

#ccd09e color RGB value is (204,208,158).

#ccd09e hex color red value is 204, green value is 208 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ccd09e hue: 0.18 , saturation: 0.35 and the lightness value of ccd09e is 0.72.

The process color (four color CMYK) of #ccd09e color hex is 0.02, 0.00, 0.24, 0.18. Web safe color of #ccd09e is #cccc99. Color #ccd09e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 10011110
Octal 314 320 236
Decimal 204 208 158
Hex CC D0 9E

RGB Percentages of Color #ccd09e

%35.79
%36.49
%27.72

CMYK Percentages of Color #ccd09e

%2
%0
%24
%18

Triadic Colors of #ccd09e

#ccd09e #9eccd0 #d09ecc

Analogous Colors of #ccd09e

#ccd09e #b3d09e #d0bb9e

Monochromatic Colors of #ccd09e

#ccd09e

Complementary Color

#ccd09e #a29ed0

#ccd09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd09e Color CSS Codes

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

#ccd09e Text Font Color

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

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


#ccd09e Background Color

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

This div background color is #ccd09e


#ccd09e Border Color

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

This div border color is #ccd09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd09e


Comments

No comments written yet.

Please login to write comment.