Color Hex Logo

#3aaadb Color Hex

#3AAADB
(58,170,219)
0 Favorites   0 Comments

Color spaces of #3aaadb

RGB 58170219
HSL0.550.690.54
HSV198°74°86°
CMYK 0.740.220.00   0.14
XYZ28.905834.763572.2044
Yxy34.76350.21270.2559
Hunter Lab58.9606-15.6703-31.3354
CIE-Lab65.5641-15.3273-33.7795

#3aaadb color RGB value is (58,170,219).

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

The process color (four color CMYK) of #3aaadb color hex is 0.74, 0.22, 0.00, 0.14. Web safe color of #3aaadb is #3399cc. Color #3aaadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101010 11011011
Octal 72 252 333
Decimal 58 170 219
Hex 3A AA DB

RGB Percentages of Color #3aaadb

%12.98
%38.03
%48.99

CMYK Percentages of Color #3aaadb

%74
%22
%0
%14

Triadic Colors of #3aaadb

#3aaadb #db3aaa #aadb3a

Analogous Colors of #3aaadb

#3aaadb #3a59db #3adbbc

Monochromatic Colors of #3aaadb

#3aaadb

Complementary Color

#3aaadb #db6b3a

#3aaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaadb Color CSS Codes

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

#3aaadb Text Font Color

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

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


#3aaadb Background Color

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

This div background color is #3aaadb


#3aaadb Border Color

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

This div border color is #3aaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaadb


Comments

No comments written yet.

Please login to write comment.