Color Hex Logo

#cee806 Color Hex

#CEE806
(206,232,6)
0 Favorites   0 Comments

Color spaces of #cee806

RGB 2062326
HSL0.190.950.47
HSV67°97°91°
CMYK 0.110.000.97   0.09
XYZ54.343170.848210.9832
Yxy70.84820.39910.5203
Hunter Lab84.1714-32.055951.1834
CIE-Lab87.4112-30.747085.1945

#cee806 color RGB value is (206,232,6).

#cee806 hex color red value is 206, green value is 232 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #cee806 hue: 0.19 , saturation: 0.95 and the lightness value of cee806 is 0.47.

The process color (four color CMYK) of #cee806 color hex is 0.11, 0.00, 0.97, 0.09. Web safe color of #cee806 is #ccff00. Color #cee806 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101000 00000110
Octal 316 350 6
Decimal 206 232 6
Hex CE E8 6

RGB Percentages of Color #cee806

%46.40
%52.25
%1.35

CMYK Percentages of Color #cee806

%11
%0
%97
%9

Triadic Colors of #cee806

#cee806 #06cee8 #e806ce

Analogous Colors of #cee806

#cee806 #5de806 #e89106

Monochromatic Colors of #cee806

#cee806

Complementary Color

#cee806 #2006e8

#cee806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee806 Color CSS Codes

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

#cee806 Text Font Color

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

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


#cee806 Background Color

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

This div background color is #cee806


#cee806 Border Color

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

This div border color is #cee806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee806


Comments

No comments written yet.

Please login to write comment.