Color Hex Logo

#ccde95 Color Hex

#CCDE95
(204,222,149)
0 Favorites   0 Comments

Color spaces of #ccde95

RGB 204222149
HSL0.210.530.73
HSV75°33°87°
CMYK 0.080.000.33   0.13
XYZ56.447967.249838.4392
Yxy67.24980.34810.4148
Hunter Lab82.0060-20.642029.6128
CIE-Lab85.6299-17.779033.8722

#ccde95 color RGB value is (204,222,149).

#ccde95 hex color red value is 204, green value is 222 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ccde95 hue: 0.21 , saturation: 0.53 and the lightness value of ccde95 is 0.73.

The process color (four color CMYK) of #ccde95 color hex is 0.08, 0.00, 0.33, 0.13. Web safe color of #ccde95 is #cccc99. Color #ccde95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 10010101
Octal 314 336 225
Decimal 204 222 149
Hex CC DE 95

RGB Percentages of Color #ccde95

%35.48
%38.61
%25.91

CMYK Percentages of Color #ccde95

%8
%0
%33
%13

Triadic Colors of #ccde95

#ccde95 #95ccde #de95cc

Analogous Colors of #ccde95

#ccde95 #a8de95 #decc95

Monochromatic Colors of #ccde95

#ccde95

Complementary Color

#ccde95 #a795de

#ccde95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde95 Color CSS Codes

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

#ccde95 Text Font Color

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

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


#ccde95 Background Color

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

This div background color is #ccde95


#ccde95 Border Color

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

This div border color is #ccde95


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,222,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde95


Comments

No comments written yet.

Please login to write comment.