Color Hex Logo

#3aaefc Color Hex

#3AAEFC
(58,174,252)
0 Favorites   0 Comments

Color spaces of #3aaefc

RGB 58174252
HSL0.570.970.61
HSV204°77°99°
CMYK 0.770.310.00   0.01
XYZ34.451738.199997.6530
Yxy38.19990.20230.2243
Hunter Lab61.8061-8.6618-50.4134
CIE-Lab68.1677-6.2908-47.7565

#3aaefc color RGB value is (58,174,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 10101110 11111100
Octal 72 256 374
Decimal 58 174 252
Hex 3A AE FC

RGB Percentages of Color #3aaefc

%11.98
%35.95
%52.07

CMYK Percentages of Color #3aaefc

%77
%31
%0
%1

Triadic Colors of #3aaefc

#3aaefc #fc3aae #aefc3a

Analogous Colors of #3aaefc

#3aaefc #3a4dfc #3afce9

Monochromatic Colors of #3aaefc

#3aaefc

Complementary Color

#3aaefc #fc883a

#3aaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aaefc Color CSS Codes

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

#3aaefc Text Font Color

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

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


#3aaefc Background Color

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

This div background color is #3aaefc


#3aaefc Border Color

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

This div border color is #3aaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aaefc


Comments

No comments written yet.

Please login to write comment.