Color Hex Logo

#cee801 Color Hex

#CEE801
(206,232,1)
0 Favorites   0 Comments

Color spaces of #cee801

RGB 2062321
HSL0.190.990.46
HSV67°100°91°
CMYK 0.110.001.00   0.09
XYZ54.315770.837210.8389
Yxy70.83720.39940.5209
Hunter Lab84.1648-32.093751.2799
CIE-Lab87.4059-30.793685.5948

#cee801 color RGB value is (206,232,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101000 00000001
Octal 316 350 1
Decimal 206 232 1
Hex CE E8 1

RGB Percentages of Color #cee801

%46.92
%52.85
%0.23

CMYK Percentages of Color #cee801

%11
%0
%100
%9

Triadic Colors of #cee801

#cee801 #01cee8 #e801ce

Analogous Colors of #cee801

#cee801 #5be801 #e88f01

Monochromatic Colors of #cee801

#cee801

Complementary Color

#cee801 #1b01e8

#cee801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee801 Color CSS Codes

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

#cee801 Text Font Color

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

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


#cee801 Background Color

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

This div background color is #cee801


#cee801 Border Color

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

This div border color is #cee801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee801


Comments

No comments written yet.

Please login to write comment.