Color Hex Logo

#cee12c Color Hex

#CEE12C
(206,225,44)
0 Favorites   0 Comments

Color spaces of #cee12c

RGB 20622544
HSL0.180.750.53
HSV66°80°88°
CMYK 0.080.000.80   0.12
XYZ52.833467.154112.5603
Yxy67.15410.39860.5066
Hunter Lab81.9476-28.325548.2758
CIE-Lab85.5817-26.740377.7818

#cee12c color RGB value is (206,225,44).

#cee12c hex color red value is 206, green value is 225 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cee12c hue: 0.18 , saturation: 0.75 and the lightness value of cee12c is 0.53.

The process color (four color CMYK) of #cee12c color hex is 0.08, 0.00, 0.80, 0.12. Web safe color of #cee12c is #cccc33. Color #cee12c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 00101100
Octal 316 341 54
Decimal 206 225 44
Hex CE E1 2C

RGB Percentages of Color #cee12c

%43.37
%47.37
%9.26

CMYK Percentages of Color #cee12c

%8
%0
%80
%12

Triadic Colors of #cee12c

#cee12c #2ccee1 #e12cce

Analogous Colors of #cee12c

#cee12c #74e12c #e19a2c

Monochromatic Colors of #cee12c

#cee12c

Complementary Color

#cee12c #3f2ce1

#cee12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee12c Color CSS Codes

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

#cee12c Text Font Color

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

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


#cee12c Background Color

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

This div background color is #cee12c


#cee12c Border Color

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

This div border color is #cee12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee12c


Comments

No comments written yet.

Please login to write comment.