Color Hex Logo

#52bddd Color Hex

#52BDDD
(82,189,221)
0 Favorites   0 Comments

Color spaces of #52bddd

RGB 82189221
HSL0.540.670.59
HSV194°63°87°
CMYK 0.630.140.00   0.13
XYZ34.728443.409574.9551
Yxy43.40950.22680.2835
Hunter Lab65.8859-21.2131-21.3312
CIE-Lab71.8320-21.1335-25.1599

#52bddd color RGB value is (82,189,221).

#52bddd hex color red value is 82, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #52bddd hue: 0.54 , saturation: 0.67 and the lightness value of 52bddd is 0.59.

The process color (four color CMYK) of #52bddd color hex is 0.63, 0.14, 0.00, 0.13. Web safe color of #52bddd is #66cccc. Color #52bddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111101 11011101
Octal 122 275 335
Decimal 82 189 221
Hex 52 BD DD

RGB Percentages of Color #52bddd

%16.67
%38.41
%44.92

CMYK Percentages of Color #52bddd

%63
%14
%0
%13

Triadic Colors of #52bddd

#52bddd #dd52bd #bddd52

Analogous Colors of #52bddd

#52bddd #5278dd #52ddb8

Monochromatic Colors of #52bddd

#52bddd

Complementary Color

#52bddd #dd7252

#52bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bddd Color CSS Codes

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

#52bddd Text Font Color

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

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


#52bddd Background Color

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

This div background color is #52bddd


#52bddd Border Color

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

This div border color is #52bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bddd


Comments

No comments written yet.

Please login to write comment.