Color Hex Logo

#cee526 Color Hex

#CEE526
(206,229,38)
0 Favorites   0 Comments

Color spaces of #cee526

RGB 20622938
HSL0.190.790.52
HSV67°83°90°
CMYK 0.100.000.83   0.10
XYZ53.822869.300412.3733
Yxy69.30040.39720.5115
Hunter Lab83.2469-30.273849.4603
CIE-Lab86.6526-28.805780.1137

#cee526 color RGB value is (206,229,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 00100110
Octal 316 345 46
Decimal 206 229 38
Hex CE E5 26

RGB Percentages of Color #cee526

%43.55
%48.41
%8.03

CMYK Percentages of Color #cee526

%10
%0
%83
%10

Triadic Colors of #cee526

#cee526 #26cee5 #e526ce

Analogous Colors of #cee526

#cee526 #6fe526 #e59d26

Monochromatic Colors of #cee526

#cee526

Complementary Color

#cee526 #3d26e5

#cee526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee526 Color CSS Codes

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

#cee526 Text Font Color

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

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


#cee526 Background Color

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

This div background color is #cee526


#cee526 Border Color

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

This div border color is #cee526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee526


Comments

No comments written yet.

Please login to write comment.