Color Hex Logo

#52afdf Color Hex

#52AFDF
(82,175,223)
0 Favorites   0 Comments

Color spaces of #52afdf

RGB 82175223
HSL0.560.690.60
HSV200°63°87°
CMYK 0.630.220.00   0.13
XYZ32.128937.781575.4112
Yxy37.78150.22110.2600
Hunter Lab61.4667-14.2639-29.7141
CIE-Lab67.8593-13.1605-32.3670

#52afdf color RGB value is (82,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101111 11011111
Octal 122 257 337
Decimal 82 175 223
Hex 52 AF DF

RGB Percentages of Color #52afdf

%17.08
%36.46
%46.46

CMYK Percentages of Color #52afdf

%63
%22
%0
%13

Triadic Colors of #52afdf

#52afdf #df52af #afdf52

Analogous Colors of #52afdf

#52afdf #5269df #52dfc9

Monochromatic Colors of #52afdf

#52afdf

Complementary Color

#52afdf #df8252

#52afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52afdf Color CSS Codes

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

#52afdf Text Font Color

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

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


#52afdf Background Color

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

This div background color is #52afdf


#52afdf Border Color

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

This div border color is #52afdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,175,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 #52afdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52afdf


Comments

No comments written yet.

Please login to write comment.