Color Hex Logo

#3eadea Color Hex

#3EADEA
(62,173,234)
0 Favorites   0 Comments

Color spaces of #3eadea

RGB 62173234
HSL0.560.800.58
HSV201°74°92°
CMYK 0.740.260.00   0.08
XYZ31.781536.851883.2799
Yxy36.85180.20920.2426
Hunter Lab60.7057-12.7841-38.8438
CIE-Lab67.1657-11.4309-39.5149

#3eadea color RGB value is (62,173,234).

#3eadea hex color red value is 62, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3eadea hue: 0.56 , saturation: 0.80 and the lightness value of 3eadea is 0.58.

The process color (four color CMYK) of #3eadea color hex is 0.74, 0.26, 0.00, 0.08. Web safe color of #3eadea is #3399ff. Color #3eadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101101 11101010
Octal 76 255 352
Decimal 62 173 234
Hex 3E AD EA

RGB Percentages of Color #3eadea

%13.22
%36.89
%49.89

CMYK Percentages of Color #3eadea

%74
%26
%0
%8

Triadic Colors of #3eadea

#3eadea #ea3ead #adea3e

Analogous Colors of #3eadea

#3eadea #3e57ea #3eead1

Monochromatic Colors of #3eadea

#3eadea

Complementary Color

#3eadea #ea7b3e

#3eadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eadea Color CSS Codes

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

#3eadea Text Font Color

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

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


#3eadea Background Color

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

This div background color is #3eadea


#3eadea Border Color

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

This div border color is #3eadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eadea


Comments

No comments written yet.

Please login to write comment.