Color Hex Logo

#cee15e Color Hex

#CEE15E
(206,225,94)
0 Favorites   0 Comments

Color spaces of #cee15e

RGB 20622594
HSL0.190.690.63
HSV69°58°88°
CMYK 0.080.000.58   0.12
XYZ54.399267.780420.8055
Yxy67.78040.38050.4740
Hunter Lab82.3289-26.130742.6469
CIE-Lab85.8965-24.075460.4880

#cee15e color RGB value is (206,225,94).

#cee15e hex color red value is 206, green value is 225 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cee15e hue: 0.19 , saturation: 0.69 and the lightness value of cee15e is 0.63.

The process color (four color CMYK) of #cee15e color hex is 0.08, 0.00, 0.58, 0.12. Web safe color of #cee15e is #cccc66. Color #cee15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 01011110
Octal 316 341 136
Decimal 206 225 94
Hex CE E1 5E

RGB Percentages of Color #cee15e

%39.24
%42.86
%17.90

CMYK Percentages of Color #cee15e

%8
%0
%58
%12

Triadic Colors of #cee15e

#cee15e #5ecee1 #e15ece

Analogous Colors of #cee15e

#cee15e #8de15e #e1b35e

Monochromatic Colors of #cee15e

#cee15e

Complementary Color

#cee15e #715ee1

#cee15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee15e Color CSS Codes

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

#cee15e Text Font Color

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

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


#cee15e Background Color

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

This div background color is #cee15e


#cee15e Border Color

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

This div border color is #cee15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee15e


Comments

No comments written yet.

Please login to write comment.