Color Hex Logo

#4eaabf Color Hex

#4EAABF
(78,170,191)
0 Favorites   0 Comments

Color spaces of #4eaabf

RGB 78170191
HSL0.530.470.53
HSV191°59°75°
CMYK 0.590.110.00   0.25
XYZ26.920634.130754.4592
Yxy34.13070.23310.2955
Hunter Lab58.4215-19.9849-14.3738
CIE-Lab65.0662-21.0618-18.9880

#4eaabf color RGB value is (78,170,191).

#4eaabf hex color red value is 78, green value is 170 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4eaabf hue: 0.53 , saturation: 0.47 and the lightness value of 4eaabf is 0.53.

The process color (four color CMYK) of #4eaabf color hex is 0.59, 0.11, 0.00, 0.25. Web safe color of #4eaabf is #6699cc. Color #4eaabf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101010 10111111
Octal 116 252 277
Decimal 78 170 191
Hex 4E AA BF

RGB Percentages of Color #4eaabf

%17.77
%38.72
%43.51

CMYK Percentages of Color #4eaabf

%59
%11
%0
%25

Triadic Colors of #4eaabf

#4eaabf #bf4eaa #aabf4e

Analogous Colors of #4eaabf

#4eaabf #4e72bf #4ebf9c

Monochromatic Colors of #4eaabf

#4eaabf

Complementary Color

#4eaabf #bf634e

#4eaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaabf Color CSS Codes

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

#4eaabf Text Font Color

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

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


#4eaabf Background Color

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

This div background color is #4eaabf


#4eaabf Border Color

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

This div border color is #4eaabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaabf


Comments

No comments written yet.

Please login to write comment.