Color Hex Logo

#cee252 Color Hex

#CEE252
(206,226,82)
0 Favorites   0 Comments

Color spaces of #cee252

RGB 20622682
HSL0.190.710.60
HSV68°64°89°
CMYK 0.090.000.64   0.11
XYZ54.172968.123718.2766
Yxy68.12370.38540.4846
Hunter Lab82.5371-27.282144.6471
CIE-Lab86.0683-25.392165.6545

#cee252 color RGB value is (206,226,82).

#cee252 hex color red value is 206, green value is 226 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #cee252 hue: 0.19 , saturation: 0.71 and the lightness value of cee252 is 0.60.

The process color (four color CMYK) of #cee252 color hex is 0.09, 0.00, 0.64, 0.11. Web safe color of #cee252 is #cccc66. Color #cee252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100010 01010010
Octal 316 342 122
Decimal 206 226 82
Hex CE E2 52

RGB Percentages of Color #cee252

%40.08
%43.97
%15.95

CMYK Percentages of Color #cee252

%9
%0
%64
%11

Triadic Colors of #cee252

#cee252 #52cee2 #e252ce

Analogous Colors of #cee252

#cee252 #86e252 #e2ae52

Monochromatic Colors of #cee252

#cee252

Complementary Color

#cee252 #6652e2

#cee252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee252 Color CSS Codes

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

#cee252 Text Font Color

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

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


#cee252 Background Color

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

This div background color is #cee252


#cee252 Border Color

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

This div border color is #cee252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee252


Comments

No comments written yet.

Please login to write comment.