Color Hex Logo

#52eecb Color Hex

#52EECB
(82,238,203)
0 Favorites   0 Comments

Color spaces of #52eecb

RGB 82238203
HSL0.460.820.63
HSV167°66°93°
CMYK 0.660.000.15   0.07
XYZ44.833767.254767.1184
Yxy67.25470.25020.3753
Hunter Lab82.0090-45.93108.8817
CIE-Lab85.6324-48.85355.0162

#52eecb color RGB value is (82,238,203).

#52eecb hex color red value is 82, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #52eecb hue: 0.46 , saturation: 0.82 and the lightness value of 52eecb is 0.63.

The process color (four color CMYK) of #52eecb color hex is 0.66, 0.00, 0.15, 0.07. Web safe color of #52eecb is #66ffcc. Color #52eecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101110 11001011
Octal 122 356 313
Decimal 82 238 203
Hex 52 EE CB

RGB Percentages of Color #52eecb

%15.68
%45.51
%38.81

CMYK Percentages of Color #52eecb

%66
%0
%15
%7

Triadic Colors of #52eecb

#52eecb #cb52ee #eecb52

Analogous Colors of #52eecb

#52eecb #52c3ee #52ee7d

Monochromatic Colors of #52eecb

#52eecb

Complementary Color

#52eecb #ee5275

#52eecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52eecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52eecb Color CSS Codes

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

#52eecb Text Font Color

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

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


#52eecb Background Color

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

This div background color is #52eecb


#52eecb Border Color

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

This div border color is #52eecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,238,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52eecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52eecb;
  -webkit-box-shadow: 1px 1px 3px 2px #52eecb;
  box-shadow:         1px 1px 3px 2px #52eecb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52eecb


Comments

No comments written yet.

Please login to write comment.