Color Hex Logo

#52afeb Color Hex

#52AFEB
(82,175,235)
0 Favorites   0 Comments

Color spaces of #52afeb

RGB 82175235
HSL0.570.790.62
HSV204°65°92°
CMYK 0.650.260.00   0.08
XYZ33.805038.451984.2375
Yxy38.45190.21600.2457
Hunter Lab62.0096-11.2062-37.1363
CIE-Lab68.3524-9.3315-38.1673

#52afeb color RGB value is (82,175,235).

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

The process color (four color CMYK) of #52afeb color hex is 0.65, 0.26, 0.00, 0.08. Web safe color of #52afeb is #6699ff. Color #52afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101111 11101011
Octal 122 257 353
Decimal 82 175 235
Hex 52 AF EB

RGB Percentages of Color #52afeb

%16.67
%35.57
%47.76

CMYK Percentages of Color #52afeb

%65
%26
%0
%8

Triadic Colors of #52afeb

#52afeb #eb52af #afeb52

Analogous Colors of #52afeb

#52afeb #5262eb #52ebdb

Monochromatic Colors of #52afeb

#52afeb

Complementary Color

#52afeb #eb8e52

#52afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52afeb Color CSS Codes

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

#52afeb Text Font Color

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

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


#52afeb Background Color

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

This div background color is #52afeb


#52afeb Border Color

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

This div border color is #52afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52afeb


Comments

No comments written yet.

Please login to write comment.