Color Hex Logo

#cee582 Color Hex

#CEE582
(206,229,130)
0 Favorites   0 Comments

Color spaces of #cee582

RGB 206229130
HSL0.210.660.70
HSV74°43°90°
CMYK 0.100.000.43   0.10
XYZ57.502270.772131.7488
Yxy70.77210.35930.4423
Hunter Lab84.1262-25.211836.5126
CIE-Lab87.3742-22.696845.6083

#cee582 color RGB value is (206,229,130).

#cee582 hex color red value is 206, green value is 229 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #cee582 hue: 0.21 , saturation: 0.66 and the lightness value of cee582 is 0.70.

The process color (four color CMYK) of #cee582 color hex is 0.10, 0.00, 0.43, 0.10. Web safe color of #cee582 is #cccc99. Color #cee582 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 10000010
Octal 316 345 202
Decimal 206 229 130
Hex CE E5 82

RGB Percentages of Color #cee582

%36.46
%40.53
%23.01

CMYK Percentages of Color #cee582

%10
%0
%43
%10

Triadic Colors of #cee582

#cee582 #82cee5 #e582ce

Analogous Colors of #cee582

#cee582 #9de582 #e5cb82

Monochromatic Colors of #cee582

#cee582

Complementary Color

#cee582 #9982e5

#cee582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee582 Color CSS Codes

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

#cee582 Text Font Color

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

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


#cee582 Background Color

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

This div background color is #cee582


#cee582 Border Color

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

This div border color is #cee582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee582


Comments

No comments written yet.

Please login to write comment.