Color Hex Logo

#cee82f Color Hex

#CEE82F
(206,232,47)
0 Favorites   0 Comments

Color spaces of #cee82f

RGB 20623247
HSL0.190.800.55
HSV68°80°91°
CMYK 0.110.000.80   0.09
XYZ54.823371.040313.5120
Yxy71.04030.39330.5097
Hunter Lab84.2854-31.394449.4949
CIE-Lab87.5046-29.930778.6977

#cee82f color RGB value is (206,232,47).

#cee82f hex color red value is 206, green value is 232 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cee82f hue: 0.19 , saturation: 0.80 and the lightness value of cee82f is 0.55.

The process color (four color CMYK) of #cee82f color hex is 0.11, 0.00, 0.80, 0.09. Web safe color of #cee82f is #ccff33. Color #cee82f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101000 00101111
Octal 316 350 57
Decimal 206 232 47
Hex CE E8 2F

RGB Percentages of Color #cee82f

%42.47
%47.84
%9.69

CMYK Percentages of Color #cee82f

%11
%0
%80
%9

Triadic Colors of #cee82f

#cee82f #2fcee8 #e82fce

Analogous Colors of #cee82f

#cee82f #72e82f #e8a62f

Monochromatic Colors of #cee82f

#cee82f

Complementary Color

#cee82f #492fe8

#cee82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee82f Color CSS Codes

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

#cee82f Text Font Color

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

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


#cee82f Background Color

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

This div background color is #cee82f


#cee82f Border Color

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

This div border color is #cee82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee82f


Comments

No comments written yet.

Please login to write comment.