Color Hex Logo

#3eadef Color Hex

#3EADEF
(62,173,239)
0 Favorites   0 Comments

Color spaces of #3eadef

RGB 62173239
HSL0.560.850.59
HSV202°74°94°
CMYK 0.740.280.00   0.06
XYZ32.510237.143387.1173
Yxy37.14330.20740.2369
Hunter Lab60.9453-11.4366-42.0894
CIE-Lab67.3844-9.7412-41.9051

#3eadef color RGB value is (62,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101101 11101111
Octal 76 255 357
Decimal 62 173 239
Hex 3E AD EF

RGB Percentages of Color #3eadef

%13.08
%36.50
%50.42

CMYK Percentages of Color #3eadef

%74
%28
%0
%6

Triadic Colors of #3eadef

#3eadef #ef3ead #adef3e

Analogous Colors of #3eadef

#3eadef #3e55ef #3eefd9

Monochromatic Colors of #3eadef

#3eadef

Complementary Color

#3eadef #ef803e

#3eadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eadef Color CSS Codes

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

#3eadef Text Font Color

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

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


#3eadef Background Color

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

This div background color is #3eadef


#3eadef Border Color

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

This div border color is #3eadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eadef


Comments

No comments written yet.

Please login to write comment.