Color Hex Logo

#4eabad Color Hex

#4EABAD
(78,171,173)
0 Favorites   0 Comments

Color spaces of #4eabad

RGB 78171173
HSL0.500.380.49
HSV181°55°68°
CMYK 0.550.010.00   0.32
XYZ25.247633.762744.7213
Yxy33.76270.24340.3255
Hunter Lab58.1057-24.1246-4.9588
CIE-Lab64.7738-26.7495-9.4019

#4eabad color RGB value is (78,171,173).

#4eabad hex color red value is 78, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4eabad hue: 0.50 , saturation: 0.38 and the lightness value of 4eabad is 0.49.

The process color (four color CMYK) of #4eabad color hex is 0.55, 0.01, 0.00, 0.32. Web safe color of #4eabad is #669999. Color #4eabad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101011 10101101
Octal 116 253 255
Decimal 78 171 173
Hex 4E AB AD

RGB Percentages of Color #4eabad

%18.48
%40.52
%41.00

CMYK Percentages of Color #4eabad

%55
%1
%0
%32

Triadic Colors of #4eabad

#4eabad #ad4eab #abad4e

Analogous Colors of #4eabad

#4eabad #4e7cad #4ead80

Monochromatic Colors of #4eabad

#4eabad

Complementary Color

#4eabad #ad504e

#4eabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eabad Color CSS Codes

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

#4eabad Text Font Color

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

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


#4eabad Background Color

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

This div background color is #4eabad


#4eabad Border Color

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

This div border color is #4eabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eabad


Comments

No comments written yet.

Please login to write comment.