Color Hex Logo

#cce696 Color Hex

#CCE696
(204,230,150)
0 Favorites   0 Comments

Color spaces of #cce696

RGB 204230150
HSL0.220.620.75
HSV80°35°90°
CMYK 0.110.000.35   0.10
XYZ58.703771.633039.5867
Yxy71.63300.34550.4216
Hunter Lab84.6363-24.305931.5138
CIE-Lab87.7916-21.571236.2065

#cce696 color RGB value is (204,230,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100110 10010110
Octal 314 346 226
Decimal 204 230 150
Hex CC E6 96

RGB Percentages of Color #cce696

%34.93
%39.38
%25.68

CMYK Percentages of Color #cce696

%11
%0
%35
%10

Triadic Colors of #cce696

#cce696 #96cce6 #e696cc

Analogous Colors of #cce696

#cce696 #a4e696 #e6d896

Monochromatic Colors of #cce696

#cce696

Complementary Color

#cce696 #b096e6

#cce696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce696 Color CSS Codes

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

#cce696 Text Font Color

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

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


#cce696 Background Color

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

This div background color is #cce696


#cce696 Border Color

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

This div border color is #cce696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce696


Comments

No comments written yet.

Please login to write comment.