Color Hex Logo

#3eafee Color Hex

#3EAFEE
(62,175,238)
0 Favorites   0 Comments

Color spaces of #3eafee

RGB 62175238
HSL0.560.840.59
HSV201°74°93°
CMYK 0.740.260.00   0.07
XYZ32.749237.857186.4700
Yxy37.85710.20850.2410
Hunter Lab61.5281-12.6651-40.2549
CIE-Lab67.9152-11.1742-40.5290

#3eafee color RGB value is (62,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101111 11101110
Octal 76 257 356
Decimal 62 175 238
Hex 3E AF EE

RGB Percentages of Color #3eafee

%13.05
%36.84
%50.11

CMYK Percentages of Color #3eafee

%74
%26
%0
%7

Triadic Colors of #3eafee

#3eafee #ee3eaf #afee3e

Analogous Colors of #3eafee

#3eafee #3e57ee #3eeed5

Monochromatic Colors of #3eafee

#3eafee

Complementary Color

#3eafee #ee7d3e

#3eafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eafee Color CSS Codes

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

#3eafee Text Font Color

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

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


#3eafee Background Color

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

This div background color is #3eafee


#3eafee Border Color

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

This div border color is #3eafee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,175,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 #3eafee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eafee


Comments

No comments written yet.

Please login to write comment.