Color Hex Logo

#cee894 Color Hex

#CEE894
(206,232,148)
0 Favorites   0 Comments

Color spaces of #cee894

RGB 206232148
HSL0.220.650.75
HSV79°36°91°
CMYK 0.110.000.36   0.09
XYZ59.655572.973238.9580
Yxy72.97320.34770.4253
Hunter Lab85.4244-24.838432.7577
CIE-Lab88.4349-22.055038.0753

#cee894 color RGB value is (206,232,148).

#cee894 hex color red value is 206, green value is 232 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cee894 hue: 0.22 , saturation: 0.65 and the lightness value of cee894 is 0.75.

The process color (four color CMYK) of #cee894 color hex is 0.11, 0.00, 0.36, 0.09. Web safe color of #cee894 is #ccff99. Color #cee894 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101000 10010100
Octal 316 350 224
Decimal 206 232 148
Hex CE E8 94

RGB Percentages of Color #cee894

%35.15
%39.59
%25.26

CMYK Percentages of Color #cee894

%11
%0
%36
%9

Triadic Colors of #cee894

#cee894 #94cee8 #e894ce

Analogous Colors of #cee894

#cee894 #a4e894 #e8d894

Monochromatic Colors of #cee894

#cee894

Complementary Color

#cee894 #ae94e8

#cee894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee894 Color CSS Codes

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

#cee894 Text Font Color

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

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


#cee894 Background Color

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

This div background color is #cee894


#cee894 Border Color

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

This div border color is #cee894


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,232,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee894


Comments

No comments written yet.

Please login to write comment.