Color Hex Logo

#cee05e Color Hex

#CEE05E
(206,224,94)
0 Favorites   0 Comments

Color spaces of #cee05e

RGB 20622494
HSL0.190.680.62
HSV68°58°88°
CMYK 0.080.000.58   0.12
XYZ54.129667.241320.7156
Yxy67.24130.38100.4732
Hunter Lab82.0008-25.671642.4223
CIE-Lab85.6257-23.594860.1872

#cee05e color RGB value is (206,224,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 01011110
Octal 316 340 136
Decimal 206 224 94
Hex CE E0 5E

RGB Percentages of Color #cee05e

%39.31
%42.75
%17.94

CMYK Percentages of Color #cee05e

%8
%0
%58
%12

Triadic Colors of #cee05e

#cee05e #5ecee0 #e05ece

Analogous Colors of #cee05e

#cee05e #8de05e #e0b15e

Monochromatic Colors of #cee05e

#cee05e

Complementary Color

#cee05e #705ee0

#cee05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee05e Color CSS Codes

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

#cee05e Text Font Color

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

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


#cee05e Background Color

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

This div background color is #cee05e


#cee05e Border Color

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

This div border color is #cee05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee05e


Comments

No comments written yet.

Please login to write comment.