Color Hex Logo

#cee064 Color Hex

#CEE064
(206,224,100)
0 Favorites   0 Comments

Color spaces of #cee064

RGB 206224100
HSL0.190.670.64
HSV69°55°88°
CMYK 0.080.000.55   0.12
XYZ54.409567.353222.1894
Yxy67.35320.37800.4679
Hunter Lab82.0690-25.280141.4178
CIE-Lab85.6820-23.124557.6187

#cee064 color RGB value is (206,224,100).

#cee064 hex color red value is 206, green value is 224 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #cee064 hue: 0.19 , saturation: 0.67 and the lightness value of cee064 is 0.64.

The process color (four color CMYK) of #cee064 color hex is 0.08, 0.00, 0.55, 0.12. Web safe color of #cee064 is #cccc66. Color #cee064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 01100100
Octal 316 340 144
Decimal 206 224 100
Hex CE E0 64

RGB Percentages of Color #cee064

%38.87
%42.26
%18.87

CMYK Percentages of Color #cee064

%8
%0
%55
%12

Triadic Colors of #cee064

#cee064 #64cee0 #e064ce

Analogous Colors of #cee064

#cee064 #90e064 #e0b464

Monochromatic Colors of #cee064

#cee064

Complementary Color

#cee064 #7664e0

#cee064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee064 Color CSS Codes

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

#cee064 Text Font Color

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

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


#cee064 Background Color

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

This div background color is #cee064


#cee064 Border Color

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

This div border color is #cee064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee064


Comments

No comments written yet.

Please login to write comment.