Color Hex Logo

#52afcf Color Hex

#52AFCF
(82,175,207)
0 Favorites   0 Comments

Color spaces of #52afcf

RGB 82175207
HSL0.540.570.57
HSV195°60°81°
CMYK 0.600.150.00   0.19
XYZ30.072136.958864.5803
Yxy36.95880.22850.2808
Hunter Lab60.7937-18.0927-20.4273
CIE-Lab67.2461-18.1145-24.5112

#52afcf color RGB value is (82,175,207).

#52afcf hex color red value is 82, green value is 175 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #52afcf hue: 0.54 , saturation: 0.57 and the lightness value of 52afcf is 0.57.

The process color (four color CMYK) of #52afcf color hex is 0.60, 0.15, 0.00, 0.19. Web safe color of #52afcf is #6699cc. Color #52afcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101111 11001111
Octal 122 257 317
Decimal 82 175 207
Hex 52 AF CF

RGB Percentages of Color #52afcf

%17.67
%37.72
%44.61

CMYK Percentages of Color #52afcf

%60
%15
%0
%19

Triadic Colors of #52afcf

#52afcf #cf52af #afcf52

Analogous Colors of #52afcf

#52afcf #5271cf #52cfb1

Monochromatic Colors of #52afcf

#52afcf

Complementary Color

#52afcf #cf7252

#52afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52afcf Color CSS Codes

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

#52afcf Text Font Color

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

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


#52afcf Background Color

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

This div background color is #52afcf


#52afcf Border Color

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

This div border color is #52afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52afcf


Comments

No comments written yet.

Please login to write comment.