Color Hex Logo

#cce195 Color Hex

#CCE195
(204,225,149)
0 Favorites   0 Comments

Color spaces of #cce195

RGB 204225149
HSL0.210.560.73
HSV77°34°88°
CMYK 0.090.000.34   0.12
XYZ57.251968.857738.7071
Yxy68.85770.34740.4178
Hunter Lab82.9805-22.061030.4300
CIE-Lab86.4335-19.256834.9301

#cce195 color RGB value is (204,225,149).

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

The process color (four color CMYK) of #cce195 color hex is 0.09, 0.00, 0.34, 0.12. Web safe color of #cce195 is #cccc99. Color #cce195 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 10010101
Octal 314 341 225
Decimal 204 225 149
Hex CC E1 95

RGB Percentages of Color #cce195

%35.29
%38.93
%25.78

CMYK Percentages of Color #cce195

%9
%0
%34
%12

Triadic Colors of #cce195

#cce195 #95cce1 #e195cc

Analogous Colors of #cce195

#cce195 #a6e195 #e1d095

Monochromatic Colors of #cce195

#cce195

Complementary Color

#cce195 #aa95e1

#cce195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce195 Color CSS Codes

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

#cce195 Text Font Color

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

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


#cce195 Background Color

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

This div background color is #cce195


#cce195 Border Color

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

This div border color is #cce195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce195

#cce195 Color Palettes


Comments

No comments written yet.

Please login to write comment.