Color Hex Logo

#cee15f Color Hex

#CEE15F
(206,225,95)
0 Favorites   0 Comments

Color spaces of #cee15f

RGB 20622595
HSL0.190.680.63
HSV69°58°88°
CMYK 0.080.000.58   0.12
XYZ54.444467.798521.0434
Yxy67.79850.38000.4732
Hunter Lab82.3398-26.067742.4853
CIE-Lab85.9056-23.999660.0663

#cee15f color RGB value is (206,225,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 01011111
Octal 316 341 137
Decimal 206 225 95
Hex CE E1 5F

RGB Percentages of Color #cee15f

%39.16
%42.78
%18.06

CMYK Percentages of Color #cee15f

%8
%0
%58
%12

Triadic Colors of #cee15f

#cee15f #5fcee1 #e15fce

Analogous Colors of #cee15f

#cee15f #8de15f #e1b35f

Monochromatic Colors of #cee15f

#cee15f

Complementary Color

#cee15f #725fe1

#cee15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee15f Color CSS Codes

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

#cee15f Text Font Color

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

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


#cee15f Background Color

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

This div background color is #cee15f


#cee15f Border Color

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

This div border color is #cee15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee15f


Comments

No comments written yet.

Please login to write comment.