Color Hex Logo

#4eaaee Color Hex

#4EAAEE
(78,170,238)
0 Favorites   0 Comments

Color spaces of #4eaaee

RGB 78170238
HSL0.570.820.62
HSV206°67°93°
CMYK 0.670.290.00   0.07
XYZ32.949236.542286.2057
Yxy36.54220.21160.2347
Hunter Lab60.4501-8.4938-42.2362
CIE-Lab66.9321-6.2249-42.0349

#4eaaee color RGB value is (78,170,238).

#4eaaee hex color red value is 78, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4eaaee hue: 0.57 , saturation: 0.82 and the lightness value of 4eaaee is 0.62.

The process color (four color CMYK) of #4eaaee color hex is 0.67, 0.29, 0.00, 0.07. Web safe color of #4eaaee is #6699ff. Color #4eaaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101010 11101110
Octal 116 252 356
Decimal 78 170 238
Hex 4E AA EE

RGB Percentages of Color #4eaaee

%16.05
%34.98
%48.97

CMYK Percentages of Color #4eaaee

%67
%29
%0
%7

Triadic Colors of #4eaaee

#4eaaee #ee4eaa #aaee4e

Analogous Colors of #4eaaee

#4eaaee #4e5aee #4eeee2

Monochromatic Colors of #4eaaee

#4eaaee

Complementary Color

#4eaaee #ee924e

#4eaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaaee Color CSS Codes

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

#4eaaee Text Font Color

<p style="color:#4eaaee">Text here</p>

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


#4eaaee Background Color

<div style="background-color:#4eaaee">
Div content here</div>

This div background color is #4eaaee


#4eaaee Border Color

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

This div border color is #4eaaee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,170,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 #4eaaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaaee


Comments

No comments written yet.

Please login to write comment.