Color Hex Logo

#cee54c Color Hex

#CEE54C
(206,229,76)
0 Favorites   0 Comments

Color spaces of #cee54c

RGB 20622976
HSL0.190.750.60
HSV69°67°90°
CMYK 0.100.000.67   0.10
XYZ54.777469.682217.4004
Yxy69.68220.38610.4912
Hunter Lab83.4759-28.949946.0742
CIE-Lab86.8408-27.185668.7783

#cee54c color RGB value is (206,229,76).

#cee54c hex color red value is 206, green value is 229 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #cee54c hue: 0.19 , saturation: 0.75 and the lightness value of cee54c is 0.60.

The process color (four color CMYK) of #cee54c color hex is 0.10, 0.00, 0.67, 0.10. Web safe color of #cee54c is #cccc33. Color #cee54c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 01001100
Octal 316 345 114
Decimal 206 229 76
Hex CE E5 4C

RGB Percentages of Color #cee54c

%40.31
%44.81
%14.87

CMYK Percentages of Color #cee54c

%10
%0
%67
%10

Triadic Colors of #cee54c

#cee54c #4ccee5 #e54cce

Analogous Colors of #cee54c

#cee54c #82e54c #e5b04c

Monochromatic Colors of #cee54c

#cee54c

Complementary Color

#cee54c #634ce5

#cee54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee54c Color CSS Codes

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

#cee54c Text Font Color

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

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


#cee54c Background Color

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

This div background color is #cee54c


#cee54c Border Color

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

This div border color is #cee54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee54c


Comments

No comments written yet.

Please login to write comment.