Color Hex Logo

#3aafd5 Color Hex

#3AAFD5
(58,175,213)
0 Favorites   0 Comments

Color spaces of #3aafd5

RGB 58175213
HSL0.540.650.53
HSV195°73°84°
CMYK 0.730.180.00   0.16
XYZ29.085136.363668.4367
Yxy36.36360.21720.2716
Hunter Lab60.3022-19.4344-25.0763
CIE-Lab66.7968-19.9468-28.5662

#3aafd5 color RGB value is (58,175,213).

#3aafd5 hex color red value is 58, green value is 175 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #3aafd5 hue: 0.54 , saturation: 0.65 and the lightness value of 3aafd5 is 0.53.

The process color (four color CMYK) of #3aafd5 color hex is 0.73, 0.18, 0.00, 0.16. Web safe color of #3aafd5 is #3399cc. Color #3aafd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101111 11010101
Octal 72 257 325
Decimal 58 175 213
Hex 3A AF D5

RGB Percentages of Color #3aafd5

%13.00
%39.24
%47.76

CMYK Percentages of Color #3aafd5

%73
%18
%0
%16

Triadic Colors of #3aafd5

#3aafd5 #d53aaf #afd53a

Analogous Colors of #3aafd5

#3aafd5 #3a62d5 #3ad5ae

Monochromatic Colors of #3aafd5

#3aafd5

Complementary Color

#3aafd5 #d5603a

#3aafd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aafd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aafd5 Color CSS Codes

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

#3aafd5 Text Font Color

<p style="color:#3aafd5">Text here</p>

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


#3aafd5 Background Color

<div style="background-color:#3aafd5">
Div content here</div>

This div background color is #3aafd5


#3aafd5 Border Color

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

This div border color is #3aafd5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,175,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3aafd5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3aafd5;
  -webkit-box-shadow: 1px 1px 3px 2px #3aafd5;
  box-shadow:         1px 1px 3px 2px #3aafd5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aafd5


Comments

No comments written yet.

Please login to write comment.