Color Hex Logo

#3eaafa Color Hex

#3EAAFA
(62,170,250)
0 Favorites   0 Comments

Color spaces of #3eaafa

RGB 62170250
HSL0.570.950.61
HSV206°75°98°
CMYK 0.750.320.00   0.02
XYZ33.616736.675795.7498
Yxy36.67570.20250.2209
Hunter Lab60.5605-6.8967-51.3488
CIE-Lab67.0330-4.3037-48.4516

#3eaafa color RGB value is (62,170,250).

#3eaafa hex color red value is 62, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3eaafa hue: 0.57 , saturation: 0.95 and the lightness value of 3eaafa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101010 11111010
Octal 76 252 372
Decimal 62 170 250
Hex 3E AA FA

RGB Percentages of Color #3eaafa

%12.86
%35.27
%51.87

CMYK Percentages of Color #3eaafa

%75
%32
%0
%2

Triadic Colors of #3eaafa

#3eaafa #fa3eaa #aafa3e

Analogous Colors of #3eaafa

#3eaafa #3e4cfa #3efaec

Monochromatic Colors of #3eaafa

#3eaafa

Complementary Color

#3eaafa #fa8e3e

#3eaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eaafa Color CSS Codes

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

#3eaafa Text Font Color

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

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


#3eaafa Background Color

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

This div background color is #3eaafa


#3eaafa Border Color

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

This div border color is #3eaafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eaafa

Related Colors


Comments

No comments written yet.

Please login to write comment.