Color Hex Logo

#4eaaec Color Hex

#4EAAEC
(78,170,236)
0 Favorites   0 Comments

Color spaces of #4eaaec

RGB 78170236
HSL0.570.810.62
HSV205°67°93°
CMYK 0.670.280.00   0.07
XYZ32.656936.425384.6665
Yxy36.42530.21240.2369
Hunter Lab60.3534-9.0330-40.9274
CIE-Lab66.8436-6.8850-41.0798

#4eaaec color RGB value is (78,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101010 11101100
Octal 116 252 354
Decimal 78 170 236
Hex 4E AA EC

RGB Percentages of Color #4eaaec

%16.12
%35.12
%48.76

CMYK Percentages of Color #4eaaec

%67
%28
%0
%7

Triadic Colors of #4eaaec

#4eaaec #ec4eaa #aaec4e

Analogous Colors of #4eaaec

#4eaaec #4e5bec #4eecdf

Monochromatic Colors of #4eaaec

#4eaaec

Complementary Color

#4eaaec #ec904e

#4eaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaaec Color CSS Codes

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

#4eaaec Text Font Color

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

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


#4eaaec Background Color

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

This div background color is #4eaaec


#4eaaec Border Color

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

This div border color is #4eaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaaec


Comments

No comments written yet.

Please login to write comment.