Color Hex Logo

#3aaefb Color Hex

#3AAEFB
(58,174,251)
0 Favorites   0 Comments

Color spaces of #3aaefb

RGB 58174251
HSL0.570.960.61
HSV204°77°98°
CMYK 0.770.310.00   0.02
XYZ34.293638.136796.8204
Yxy38.13670.20260.2253
Hunter Lab61.7549-8.9469-49.7274
CIE-Lab68.1212-6.6367-47.2868

#3aaefb color RGB value is (58,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101110 11111011
Octal 72 256 373
Decimal 58 174 251
Hex 3A AE FB

RGB Percentages of Color #3aaefb

%12.01
%36.02
%51.97

CMYK Percentages of Color #3aaefb

%77
%31
%0
%2

Triadic Colors of #3aaefb

#3aaefb #fb3aae #aefb3a

Analogous Colors of #3aaefb

#3aaefb #3a4efb #3afbe8

Monochromatic Colors of #3aaefb

#3aaefb

Complementary Color

#3aaefb #fb873a

#3aaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaefb Color CSS Codes

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

#3aaefb Text Font Color

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

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


#3aaefb Background Color

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

This div background color is #3aaefb


#3aaefb Border Color

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

This div border color is #3aaefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,174,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 #3aaefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaefb


Comments

No comments written yet.

Please login to write comment.