Color Hex Logo

#cee021 Color Hex

#CEE021
(206,224,33)
0 Favorites   0 Comments

Color spaces of #cee021

RGB 20622433
HSL0.180.750.50
HSV66°85°88°
CMYK 0.080.000.85   0.12
XYZ52.383866.542911.5220
Yxy66.54290.40160.5101
Hunter Lab81.5738-28.127948.7272
CIE-Lab85.2726-26.577380.0090

#cee021 color RGB value is (206,224,33).

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

The process color (four color CMYK) of #cee021 color hex is 0.08, 0.00, 0.85, 0.12. Web safe color of #cee021 is #cccc33. Color #cee021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 00100001
Octal 316 340 41
Decimal 206 224 33
Hex CE E0 21

RGB Percentages of Color #cee021

%44.49
%48.38
%7.13

CMYK Percentages of Color #cee021

%8
%0
%85
%12

Triadic Colors of #cee021

#cee021 #21cee0 #e021ce

Analogous Colors of #cee021

#cee021 #6fe021 #e09321

Monochromatic Colors of #cee021

#cee021

Complementary Color

#cee021 #3321e0

#cee021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee021 Color CSS Codes

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

#cee021 Text Font Color

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

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


#cee021 Background Color

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

This div background color is #cee021


#cee021 Border Color

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

This div border color is #cee021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee021


Comments

No comments written yet.

Please login to write comment.