Color Hex Logo

#cee701 Color Hex

#CEE701
(206,231,1)
0 Favorites   0 Comments

Color spaces of #cee701

RGB 2062311
HSL0.180.990.45
HSV67°100°91°
CMYK 0.110.001.00   0.09
XYZ54.035070.275810.7454
Yxy70.27580.40010.5203
Hunter Lab83.8307-31.647351.0817
CIE-Lab87.1320-30.329185.3898

#cee701 color RGB value is (206,231,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100111 00000001
Octal 316 347 1
Decimal 206 231 1
Hex CE E7 1

RGB Percentages of Color #cee701

%47.03
%52.74
%0.23

CMYK Percentages of Color #cee701

%11
%0
%100
%9

Triadic Colors of #cee701

#cee701 #01cee7 #e701ce

Analogous Colors of #cee701

#cee701 #5be701 #e78d01

Monochromatic Colors of #cee701

#cee701

Complementary Color

#cee701 #1a01e7

#cee701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee701 Color CSS Codes

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

#cee701 Text Font Color

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

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


#cee701 Background Color

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

This div background color is #cee701


#cee701 Border Color

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

This div border color is #cee701


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,231,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 #cee701">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee701


Comments

No comments written yet.

Please login to write comment.