Color Hex Logo

#cee013 Color Hex

#CEE013
(206,224,19)
0 Favorites   0 Comments

Color spaces of #cee013

RGB 20622419
HSL0.180.840.48
HSV65°92°88°
CMYK 0.080.000.92   0.12
XYZ52.226866.480110.6954
Yxy66.48010.40360.5137
Hunter Lab81.5353-28.350149.2974
CIE-Lab85.2407-26.849982.2727

#cee013 color RGB value is (206,224,19).

#cee013 hex color red value is 206, green value is 224 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #cee013 hue: 0.18 , saturation: 0.84 and the lightness value of cee013 is 0.48.

The process color (four color CMYK) of #cee013 color hex is 0.08, 0.00, 0.92, 0.12. Web safe color of #cee013 is #cccc00. Color #cee013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 00010011
Octal 316 340 23
Decimal 206 224 19
Hex CE E0 13

RGB Percentages of Color #cee013

%45.88
%49.89
%4.23

CMYK Percentages of Color #cee013

%8
%0
%92
%12

Triadic Colors of #cee013

#cee013 #13cee0 #e013ce

Analogous Colors of #cee013

#cee013 #68e013 #e08c13

Monochromatic Colors of #cee013

#cee013

Complementary Color

#cee013 #2513e0

#cee013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee013 Color CSS Codes

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

#cee013 Text Font Color

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

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


#cee013 Background Color

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

This div background color is #cee013


#cee013 Border Color

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

This div border color is #cee013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee013


Comments

No comments written yet.

Please login to write comment.