Color Hex Logo

#3aabfb Color Hex

#3AABFB
(58,171,251)
0 Favorites   0 Comments

Color spaces of #3aabfb

RGB 58171251
HSL0.570.960.61
HSV205°77°98°
CMYK 0.770.320.00   0.02
XYZ33.720436.990496.6294
Yxy36.99040.20150.2210
Hunter Lab60.8197-7.4684-51.6252
CIE-Lab67.2698-4.9612-48.6282

#3aabfb color RGB value is (58,171,251).

#3aabfb hex color red value is 58, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3aabfb hue: 0.57 , saturation: 0.96 and the lightness value of 3aabfb is 0.61.

The process color (four color CMYK) of #3aabfb color hex is 0.77, 0.32, 0.00, 0.02. Web safe color of #3aabfb is #3399ff. Color #3aabfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101011 11111011
Octal 72 253 373
Decimal 58 171 251
Hex 3A AB FB

RGB Percentages of Color #3aabfb

%12.08
%35.63
%52.29

CMYK Percentages of Color #3aabfb

%77
%32
%0
%2

Triadic Colors of #3aabfb

#3aabfb #fb3aab #abfb3a

Analogous Colors of #3aabfb

#3aabfb #3a4afb #3afbeb

Monochromatic Colors of #3aabfb

#3aabfb

Complementary Color

#3aabfb #fb8a3a

#3aabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aabfb Color CSS Codes

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

#3aabfb Text Font Color

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

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


#3aabfb Background Color

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

This div background color is #3aabfb


#3aabfb Border Color

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

This div border color is #3aabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aabfb

Related Colors


Comments

No comments written yet.

Please login to write comment.