Color Hex Logo

#cce695 Color Hex

#CCE695
(204,230,149)
0 Favorites   0 Comments

Color spaces of #cce695

RGB 204230149
HSL0.220.620.74
HSV79°35°90°
CMYK 0.110.000.35   0.10
XYZ58.623571.600939.1643
Yxy71.60090.34610.4227
Hunter Lab84.6173-24.414231.7903
CIE-Lab87.7761-21.698336.6893

#cce695 color RGB value is (204,230,149).

#cce695 hex color red value is 204, green value is 230 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cce695 hue: 0.22 , saturation: 0.62 and the lightness value of cce695 is 0.74.

The process color (four color CMYK) of #cce695 color hex is 0.11, 0.00, 0.35, 0.10. Web safe color of #cce695 is #ccff99. Color #cce695 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100110 10010101
Octal 314 346 225
Decimal 204 230 149
Hex CC E6 95

RGB Percentages of Color #cce695

%34.99
%39.45
%25.56

CMYK Percentages of Color #cce695

%11
%0
%35
%10

Triadic Colors of #cce695

#cce695 #95cce6 #e695cc

Analogous Colors of #cce695

#cce695 #a4e695 #e6d895

Monochromatic Colors of #cce695

#cce695

Complementary Color

#cce695 #af95e6

#cce695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce695 Color CSS Codes

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

#cce695 Text Font Color

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

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


#cce695 Background Color

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

This div background color is #cce695


#cce695 Border Color

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

This div border color is #cce695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce695


Comments

No comments written yet.

Please login to write comment.