Color Hex Logo

#3eadee Color Hex

#3EADEE
(62,173,238)
0 Favorites   0 Comments

Color spaces of #3eadee

RGB 62173238
HSL0.560.840.59
HSV202°74°93°
CMYK 0.740.270.00   0.07
XYZ32.362837.084386.3412
Yxy37.08430.20770.2380
Hunter Lab60.8969-11.7082-41.4351
CIE-Lab67.3402-10.0801-41.4282

#3eadee color RGB value is (62,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101101 11101110
Octal 76 255 356
Decimal 62 173 238
Hex 3E AD EE

RGB Percentages of Color #3eadee

%13.11
%36.58
%50.32

CMYK Percentages of Color #3eadee

%74
%27
%0
%7

Triadic Colors of #3eadee

#3eadee #ee3ead #adee3e

Analogous Colors of #3eadee

#3eadee #3e55ee #3eeed7

Monochromatic Colors of #3eadee

#3eadee

Complementary Color

#3eadee #ee7f3e

#3eadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eadee Color CSS Codes

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

#3eadee Text Font Color

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

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


#3eadee Background Color

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

This div background color is #3eadee


#3eadee Border Color

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

This div border color is #3eadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eadee


Comments

No comments written yet.

Please login to write comment.