Color Hex Logo

#cee495 Color Hex

#CEE495
(206,228,149)
0 Favorites   0 Comments

Color spaces of #cee495

RGB 206228149
HSL0.210.590.74
HSV77°35°89°
CMYK 0.100.000.35   0.11
XYZ58.621870.778539.0057
Yxy70.77850.34810.4203
Hunter Lab84.1300-22.848531.4020
CIE-Lab87.3773-19.983336.1939

#cee495 color RGB value is (206,228,149).

#cee495 hex color red value is 206, green value is 228 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cee495 hue: 0.21 , saturation: 0.59 and the lightness value of cee495 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100100 10010101
Octal 316 344 225
Decimal 206 228 149
Hex CE E4 95

RGB Percentages of Color #cee495

%35.33
%39.11
%25.56

CMYK Percentages of Color #cee495

%10
%0
%35
%11

Triadic Colors of #cee495

#cee495 #95cee4 #e495ce

Analogous Colors of #cee495

#cee495 #a7e495 #e4d395

Monochromatic Colors of #cee495

#cee495

Complementary Color

#cee495 #ab95e4

#cee495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee495 Color CSS Codes

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

#cee495 Text Font Color

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

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


#cee495 Background Color

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

This div background color is #cee495


#cee495 Border Color

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

This div border color is #cee495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee495


Comments

No comments written yet.

Please login to write comment.