Color Hex Logo

#3aadd8 Color Hex

#3AADD8
(58,173,216)
0 Favorites   0 Comments

Color spaces of #3aadd8

RGB 58173216
HSL0.550.670.54
HSV196°73°85°
CMYK 0.730.200.00   0.15
XYZ29.083235.744570.3323
Yxy35.74450.21520.2645
Hunter Lab59.7867-17.7955-27.8973
CIE-Lab66.3242-17.9172-30.9484

#3aadd8 color RGB value is (58,173,216).

#3aadd8 hex color red value is 58, green value is 173 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #3aadd8 hue: 0.55 , saturation: 0.67 and the lightness value of 3aadd8 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101101 11011000
Octal 72 255 330
Decimal 58 173 216
Hex 3A AD D8

RGB Percentages of Color #3aadd8

%12.98
%38.70
%48.32

CMYK Percentages of Color #3aadd8

%73
%20
%0
%15

Triadic Colors of #3aadd8

#3aadd8 #d83aad #add83a

Analogous Colors of #3aadd8

#3aadd8 #3a5ed8 #3ad8b4

Monochromatic Colors of #3aadd8

#3aadd8

Complementary Color

#3aadd8 #d8653a

#3aadd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aadd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aadd8 Color CSS Codes

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

#3aadd8 Text Font Color

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

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


#3aadd8 Background Color

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

This div background color is #3aadd8


#3aadd8 Border Color

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

This div border color is #3aadd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aadd8


Comments

No comments written yet.

Please login to write comment.