Color Hex Logo

#4eaabe Color Hex

#4EAABE
(78,170,190)
0 Favorites   0 Comments

Color spaces of #4eaabe

RGB 78170190
HSL0.530.460.53
HSV191°59°75°
CMYK 0.590.110.00   0.25
XYZ26.810934.086953.8815
Yxy34.08690.23360.2970
Hunter Lab58.3840-20.2018-13.8489
CIE-Lab65.0315-21.3589-18.4845

#4eaabe color RGB value is (78,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101010 10111110
Octal 116 252 276
Decimal 78 170 190
Hex 4E AA BE

RGB Percentages of Color #4eaabe

%17.81
%38.81
%43.38

CMYK Percentages of Color #4eaabe

%59
%11
%0
%25

Triadic Colors of #4eaabe

#4eaabe #be4eaa #aabe4e

Analogous Colors of #4eaabe

#4eaabe #4e72be #4ebe9a

Monochromatic Colors of #4eaabe

#4eaabe

Complementary Color

#4eaabe #be624e

#4eaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaabe Color CSS Codes

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

#4eaabe Text Font Color

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

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


#4eaabe Background Color

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

This div background color is #4eaabe


#4eaabe Border Color

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

This div border color is #4eaabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaabe


Comments

No comments written yet.

Please login to write comment.