Color Hex Logo

#52addf Color Hex

#52ADDF
(82,173,223)
0 Favorites   0 Comments

Color spaces of #52addf

RGB 82173223
HSL0.560.690.60
HSV201°63°87°
CMYK 0.630.220.00   0.13
XYZ31.742537.008775.2824
Yxy37.00870.22040.2569
Hunter Lab60.8348-13.3227-30.7864
CIE-Lab67.2836-12.0809-33.2588

#52addf color RGB value is (82,173,223).

#52addf hex color red value is 82, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #52addf hue: 0.56 , saturation: 0.69 and the lightness value of 52addf is 0.60.

The process color (four color CMYK) of #52addf color hex is 0.63, 0.22, 0.00, 0.13. Web safe color of #52addf is #6699cc. Color #52addf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101101 11011111
Octal 122 255 337
Decimal 82 173 223
Hex 52 AD DF

RGB Percentages of Color #52addf

%17.15
%36.19
%46.65

CMYK Percentages of Color #52addf

%63
%22
%0
%13

Triadic Colors of #52addf

#52addf #df52ad #addf52

Analogous Colors of #52addf

#52addf #5267df #52dfcb

Monochromatic Colors of #52addf

#52addf

Complementary Color

#52addf #df8452

#52addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52addf Color CSS Codes

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

#52addf Text Font Color

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

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


#52addf Background Color

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

This div background color is #52addf


#52addf Border Color

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

This div border color is #52addf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52addf


Comments

No comments written yet.

Please login to write comment.