Color Hex Logo

#cee524 Color Hex

#CEE524
(206,229,36)
0 Favorites   0 Comments

Color spaces of #cee524

RGB 20622936
HSL0.190.790.52
HSV67°84°90°
CMYK 0.100.000.84   0.10
XYZ53.791369.287812.2078
Yxy69.28780.39760.5122
Hunter Lab83.2393-30.317649.5721
CIE-Lab86.6464-28.859680.5368

#cee524 color RGB value is (206,229,36).

#cee524 hex color red value is 206, green value is 229 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #cee524 hue: 0.19 , saturation: 0.79 and the lightness value of cee524 is 0.52.

The process color (four color CMYK) of #cee524 color hex is 0.10, 0.00, 0.84, 0.10. Web safe color of #cee524 is #cccc33. Color #cee524 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 00100100
Octal 316 345 44
Decimal 206 229 36
Hex CE E5 24

RGB Percentages of Color #cee524

%43.74
%48.62
%7.64

CMYK Percentages of Color #cee524

%10
%0
%84
%10

Triadic Colors of #cee524

#cee524 #24cee5 #e524ce

Analogous Colors of #cee524

#cee524 #6ee524 #e59c24

Monochromatic Colors of #cee524

#cee524

Complementary Color

#cee524 #3b24e5

#cee524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee524 Color CSS Codes

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

#cee524 Text Font Color

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

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


#cee524 Background Color

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

This div background color is #cee524


#cee524 Border Color

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

This div border color is #cee524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee524


Comments

No comments written yet.

Please login to write comment.