Color Hex Logo

#4eaade Color Hex

#4EAADE
(78,170,222)
0 Favorites   0 Comments

Color spaces of #4eaade

RGB 78170222
HSL0.560.690.59
HSV202°65°87°
CMYK 0.650.230.00   0.13
XYZ30.701435.643174.3689
Yxy35.64310.21820.2533
Hunter Lab59.7018-12.6854-32.0646
CIE-Lab66.2463-11.4449-34.3289

#4eaade color RGB value is (78,170,222).

#4eaade hex color red value is 78, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4eaade hue: 0.56 , saturation: 0.69 and the lightness value of 4eaade is 0.59.

The process color (four color CMYK) of #4eaade color hex is 0.65, 0.23, 0.00, 0.13. Web safe color of #4eaade is #6699cc. Color #4eaade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101010 11011110
Octal 116 252 336
Decimal 78 170 222
Hex 4E AA DE

RGB Percentages of Color #4eaade

%16.60
%36.17
%47.23

CMYK Percentages of Color #4eaade

%65
%23
%0
%13

Triadic Colors of #4eaade

#4eaade #de4eaa #aade4e

Analogous Colors of #4eaade

#4eaade #4e62de #4edeca

Monochromatic Colors of #4eaade

#4eaade

Complementary Color

#4eaade #de824e

#4eaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaade Color CSS Codes

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

#4eaade Text Font Color

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

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


#4eaade Background Color

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

This div background color is #4eaade


#4eaade Border Color

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

This div border color is #4eaade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,170,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaade


Comments

No comments written yet.

Please login to write comment.