Color Hex Logo

#52afce Color Hex

#52AFCE
(82,175,206)
0 Favorites   0 Comments

Color spaces of #52afce

RGB 82175206
HSL0.540.560.56
HSV195°60°81°
CMYK 0.600.150.00   0.19
XYZ29.950236.910063.9383
Yxy36.91000.22900.2822
Hunter Lab60.7536-18.3222-19.8705
CIE-Lab67.2095-18.4175-24.0157

#52afce color RGB value is (82,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101111 11001110
Octal 122 257 316
Decimal 82 175 206
Hex 52 AF CE

RGB Percentages of Color #52afce

%17.71
%37.80
%44.49

CMYK Percentages of Color #52afce

%60
%15
%0
%19

Triadic Colors of #52afce

#52afce #ce52af #afce52

Analogous Colors of #52afce

#52afce #5271ce #52ceaf

Monochromatic Colors of #52afce

#52afce

Complementary Color

#52afce #ce7152

#52afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#52afce Color CSS Codes

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

#52afce Text Font Color

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

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


#52afce Background Color

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

This div background color is #52afce


#52afce Border Color

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

This div border color is #52afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52afce


Comments

No comments written yet.

Please login to write comment.