Color Hex Logo

#4eabba Color Hex

#4EABBA
(78,171,186)
0 Favorites   0 Comments

Color spaces of #4eabba

RGB 78171186
HSL0.520.440.52
HSV188°58°73°
CMYK 0.580.080.00   0.27
XYZ26.567734.290751.6729
Yxy34.29070.23610.3047
Hunter Lab58.5583-21.4921-11.3278
CIE-Lab65.1927-23.0481-16.0149

#4eabba color RGB value is (78,171,186).

#4eabba hex color red value is 78, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4eabba hue: 0.52 , saturation: 0.44 and the lightness value of 4eabba is 0.52.

The process color (four color CMYK) of #4eabba color hex is 0.58, 0.08, 0.00, 0.27. Web safe color of #4eabba is #6699cc. Color #4eabba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101011 10111010
Octal 116 253 272
Decimal 78 171 186
Hex 4E AB BA

RGB Percentages of Color #4eabba

%17.93
%39.31
%42.76

CMYK Percentages of Color #4eabba

%58
%8
%0
%27

Triadic Colors of #4eabba

#4eabba #ba4eab #abba4e

Analogous Colors of #4eabba

#4eabba #4e75ba #4eba93

Monochromatic Colors of #4eabba

#4eabba

Complementary Color

#4eabba #ba5d4e

#4eabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eabba Color CSS Codes

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

#4eabba Text Font Color

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

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


#4eabba Background Color

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

This div background color is #4eabba


#4eabba Border Color

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

This div border color is #4eabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eabba


Comments

No comments written yet.

Please login to write comment.