Color Hex Logo

#52bced Color Hex

#52BCED
(82,188,237)
0 Favorites   0 Comments

Color spaces of #52bced

RGB 82188237
HSL0.550.810.63
HSV199°65°93°
CMYK 0.650.210.00   0.07
XYZ36.749043.874786.6526
Yxy43.87470.21970.2623
Hunter Lab66.2380-16.8842-31.1967
CIE-Lab72.1447-15.6788-33.3670

#52bced color RGB value is (82,188,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111100 11101101
Octal 122 274 355
Decimal 82 188 237
Hex 52 BC ED

RGB Percentages of Color #52bced

%16.17
%37.08
%46.75

CMYK Percentages of Color #52bced

%65
%21
%0
%7

Triadic Colors of #52bced

#52bced #ed52bc #bced52

Analogous Colors of #52bced

#52bced #526fed #52edd1

Monochromatic Colors of #52bced

#52bced

Complementary Color

#52bced #ed8352

#52bced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bced Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bced Color CSS Codes

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

#52bced Text Font Color

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

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


#52bced Background Color

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

This div background color is #52bced


#52bced Border Color

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

This div border color is #52bced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bced


Comments

No comments written yet.

Please login to write comment.