Color Hex Logo

#52beee Color Hex

#52BEEE
(82,190,238)
0 Favorites   0 Comments

Color spaces of #52beee

RGB 82190238
HSL0.550.820.63
HSV198°66°93°
CMYK 0.660.200.00   0.07
XYZ37.325744.793887.5677
Yxy44.79380.22000.2640
Hunter Lab66.9282-17.5752-30.7243
CIE-Lab72.7559-16.4179-32.9633

#52beee color RGB value is (82,190,238).

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

The process color (four color CMYK) of #52beee color hex is 0.66, 0.20, 0.00, 0.07. Web safe color of #52beee is #66ccff. Color #52beee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111110 11101110
Octal 122 276 356
Decimal 82 190 238
Hex 52 BE EE

RGB Percentages of Color #52beee

%16.08
%37.25
%46.67

CMYK Percentages of Color #52beee

%66
%20
%0
%7

Triadic Colors of #52beee

#52beee #ee52be #beee52

Analogous Colors of #52beee

#52beee #5270ee #52eed0

Monochromatic Colors of #52beee

#52beee

Complementary Color

#52beee #ee8252

#52beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#52beee Color CSS Codes

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

#52beee Text Font Color

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

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


#52beee Background Color

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

This div background color is #52beee


#52beee Border Color

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

This div border color is #52beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52beee


Comments

No comments written yet.

Please login to write comment.