Color Hex Logo

#52bbe1 Color Hex

#52BBE1
(82,187,225)
0 Favorites   0 Comments

Color spaces of #52bbe1

RGB 82187225
HSL0.540.700.60
HSV196°64°88°
CMYK 0.640.170.00   0.12
XYZ34.840642.770777.6534
Yxy42.77070.22440.2755
Hunter Lab65.3993-19.3553-24.6198
CIE-Lab71.3991-18.8827-28.0005

#52bbe1 color RGB value is (82,187,225).

#52bbe1 hex color red value is 82, green value is 187 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #52bbe1 hue: 0.54 , saturation: 0.70 and the lightness value of 52bbe1 is 0.60.

The process color (four color CMYK) of #52bbe1 color hex is 0.64, 0.17, 0.00, 0.12. Web safe color of #52bbe1 is #66cccc. Color #52bbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111011 11100001
Octal 122 273 341
Decimal 82 187 225
Hex 52 BB E1

RGB Percentages of Color #52bbe1

%16.60
%37.85
%45.55

CMYK Percentages of Color #52bbe1

%64
%17
%0
%12

Triadic Colors of #52bbe1

#52bbe1 #e152bb #bbe152

Analogous Colors of #52bbe1

#52bbe1 #5274e1 #52e1c0

Monochromatic Colors of #52bbe1

#52bbe1

Complementary Color

#52bbe1 #e17852

#52bbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bbe1 Color CSS Codes

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

#52bbe1 Text Font Color

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

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


#52bbe1 Background Color

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

This div background color is #52bbe1


#52bbe1 Border Color

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

This div border color is #52bbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bbe1


Comments

No comments written yet.

Please login to write comment.