Color Hex Logo

#3aabdf Color Hex

#3AABDF
(58,171,223)
0 Favorites   0 Comments

Color spaces of #3aabdf

RGB 58171223
HSL0.550.720.55
HSV199°74°87°
CMYK 0.740.230.00   0.13
XYZ29.627135.353175.0743
Yxy35.35310.21150.2524
Hunter Lab59.4585-15.1090-33.2406
CIE-Lab66.0227-14.5299-35.2696

#3aabdf color RGB value is (58,171,223).

#3aabdf hex color red value is 58, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3aabdf hue: 0.55 , saturation: 0.72 and the lightness value of 3aabdf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101011 11011111
Octal 72 253 337
Decimal 58 171 223
Hex 3A AB DF

RGB Percentages of Color #3aabdf

%12.83
%37.83
%49.34

CMYK Percentages of Color #3aabdf

%74
%23
%0
%13

Triadic Colors of #3aabdf

#3aabdf #df3aab #abdf3a

Analogous Colors of #3aabdf

#3aabdf #3a58df #3adfc1

Monochromatic Colors of #3aabdf

#3aabdf

Complementary Color

#3aabdf #df6e3a

#3aabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aabdf Color CSS Codes

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

#3aabdf Text Font Color

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

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


#3aabdf Background Color

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

This div background color is #3aabdf


#3aabdf Border Color

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

This div border color is #3aabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aabdf


Comments

No comments written yet.

Please login to write comment.