Color Hex Logo

#cee16f Color Hex

#CEE16F
(206,225,111)
0 Favorites   0 Comments

Color spaces of #cee16f

RGB 206225111
HSL0.190.660.66
HSV70°51°88°
CMYK 0.080.000.51   0.12
XYZ55.248168.119925.2755
Yxy68.11990.37170.4583
Hunter Lab82.5348-24.949439.6173
CIE-Lab86.0664-22.659253.0601

#cee16f color RGB value is (206,225,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 01101111
Octal 316 341 157
Decimal 206 225 111
Hex CE E1 6F

RGB Percentages of Color #cee16f

%38.01
%41.51
%20.48

CMYK Percentages of Color #cee16f

%8
%0
%51
%12

Triadic Colors of #cee16f

#cee16f #6fcee1 #e16fce

Analogous Colors of #cee16f

#cee16f #95e16f #e1bb6f

Monochromatic Colors of #cee16f

#cee16f

Complementary Color

#cee16f #826fe1

#cee16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee16f Color CSS Codes

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

#cee16f Text Font Color

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

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


#cee16f Background Color

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

This div background color is #cee16f


#cee16f Border Color

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

This div border color is #cee16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee16f


Comments

No comments written yet.

Please login to write comment.