Color Hex Logo

#cee694 Color Hex

#CEE694
(206,230,148)
0 Favorites   0 Comments

Color spaces of #cee694

RGB 206230148
HSL0.220.620.74
HSV78°36°90°
CMYK 0.100.000.36   0.10
XYZ59.095771.853638.7714
Yxy71.85360.34820.4234
Hunter Lab84.7665-23.898632.2179
CIE-Lab87.8981-21.084337.3768

#cee694 color RGB value is (206,230,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100110 10010100
Octal 316 346 224
Decimal 206 230 148
Hex CE E6 94

RGB Percentages of Color #cee694

%35.27
%39.38
%25.34

CMYK Percentages of Color #cee694

%10
%0
%36
%10

Triadic Colors of #cee694

#cee694 #94cee6 #e694ce

Analogous Colors of #cee694

#cee694 #a5e694 #e6d594

Monochromatic Colors of #cee694

#cee694

Complementary Color

#cee694 #ac94e6

#cee694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee694 Color CSS Codes

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

#cee694 Text Font Color

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

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


#cee694 Background Color

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

This div background color is #cee694


#cee694 Border Color

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

This div border color is #cee694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee694


Comments

No comments written yet.

Please login to write comment.