Color Hex Logo

#cee041 Color Hex

#CEE041
(206,224,65)
0 Favorites   0 Comments

Color spaces of #cee041

RGB 20622465
HSL0.190.720.57
HSV67°71°88°
CMYK 0.080.000.71   0.12
XYZ53.063466.814815.1008
Yxy66.81480.39310.4950
Hunter Lab81.7403-27.168646.2649
CIE-Lab85.4103-25.405971.3209

#cee041 color RGB value is (206,224,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 01000001
Octal 316 340 101
Decimal 206 224 65
Hex CE E0 41

RGB Percentages of Color #cee041

%41.62
%45.25
%13.13

CMYK Percentages of Color #cee041

%8
%0
%71
%12

Triadic Colors of #cee041

#cee041 #41cee0 #e041ce

Analogous Colors of #cee041

#cee041 #7fe041 #e0a341

Monochromatic Colors of #cee041

#cee041

Complementary Color

#cee041 #5341e0

#cee041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee041 Color CSS Codes

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

#cee041 Text Font Color

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

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


#cee041 Background Color

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

This div background color is #cee041


#cee041 Border Color

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

This div border color is #cee041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee041


Comments

No comments written yet.

Please login to write comment.