Color Hex Logo

#cee20a Color Hex

#CEE20A
(206,226,10)
0 Favorites   0 Comments

Color spaces of #cee20a

RGB 20622610
HSL0.180.920.46
HSV66°96°89°
CMYK 0.090.000.96   0.11
XYZ52.704767.536410.5452
Yxy67.53640.40300.5164
Hunter Lab82.1805-29.338849.9184
CIE-Lab85.7741-27.903783.6263

#cee20a color RGB value is (206,226,10).

#cee20a hex color red value is 206, green value is 226 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cee20a hue: 0.18 , saturation: 0.92 and the lightness value of cee20a is 0.46.

The process color (four color CMYK) of #cee20a color hex is 0.09, 0.00, 0.96, 0.11. Web safe color of #cee20a is #cccc00. Color #cee20a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100010 00001010
Octal 316 342 12
Decimal 206 226 10
Hex CE E2 A

RGB Percentages of Color #cee20a

%46.61
%51.13
%2.26

CMYK Percentages of Color #cee20a

%9
%0
%96
%11

Triadic Colors of #cee20a

#cee20a #0acee2 #e20ace

Analogous Colors of #cee20a

#cee20a #62e20a #e28a0a

Monochromatic Colors of #cee20a

#cee20a

Complementary Color

#cee20a #1e0ae2

#cee20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee20a Color CSS Codes

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

#cee20a Text Font Color

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

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


#cee20a Background Color

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

This div background color is #cee20a


#cee20a Border Color

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

This div border color is #cee20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee20a


Comments

No comments written yet.

Please login to write comment.