Color Hex Logo

#3eadf5 Color Hex

#3EADF5
(62,173,245)
0 Favorites   0 Comments

Color spaces of #3eadf5

RGB 62173245
HSL0.570.900.60
HSV204°75°96°
CMYK 0.750.290.00   0.04
XYZ33.411637.503891.8642
Yxy37.50380.20530.2304
Hunter Lab61.2403-9.7843-46.0703
CIE-Lab67.6533-7.6979-44.7543

#3eadf5 color RGB value is (62,173,245).

#3eadf5 hex color red value is 62, green value is 173 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #3eadf5 hue: 0.57 , saturation: 0.90 and the lightness value of 3eadf5 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101101 11110101
Octal 76 255 365
Decimal 62 173 245
Hex 3E AD F5

RGB Percentages of Color #3eadf5

%12.92
%36.04
%51.04

CMYK Percentages of Color #3eadf5

%75
%29
%0
%4

Triadic Colors of #3eadf5

#3eadf5 #f53ead #adf53e

Analogous Colors of #3eadf5

#3eadf5 #3e52f5 #3ef5e2

Monochromatic Colors of #3eadf5

#3eadf5

Complementary Color

#3eadf5 #f5863e

#3eadf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eadf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eadf5 Color CSS Codes

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

#3eadf5 Text Font Color

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

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


#3eadf5 Background Color

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

This div background color is #3eadf5


#3eadf5 Border Color

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

This div border color is #3eadf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eadf5


Comments

No comments written yet.

Please login to write comment.