Color Hex Logo

#4eacae Color Hex

#4EACAE
(78,172,174)
0 Favorites   0 Comments

Color spaces of #4eacae

RGB 78172174
HSL0.500.380.49
HSV181°55°68°
CMYK 0.550.010.00   0.32
XYZ25.534434.180745.2961
Yxy34.18070.24320.3255
Hunter Lab58.4643-24.3522-5.0109
CIE-Lab65.1057-26.9680-9.4638

#4eacae color RGB value is (78,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101100 10101110
Octal 116 254 256
Decimal 78 172 174
Hex 4E AC AE

RGB Percentages of Color #4eacae

%18.40
%40.57
%41.04

CMYK Percentages of Color #4eacae

%55
%1
%0
%32

Triadic Colors of #4eacae

#4eacae #ae4eac #acae4e

Analogous Colors of #4eacae

#4eacae #4e7cae #4eae80

Monochromatic Colors of #4eacae

#4eacae

Complementary Color

#4eacae #ae504e

#4eacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eacae Color CSS Codes

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

#4eacae Text Font Color

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

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


#4eacae Background Color

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

This div background color is #4eacae


#4eacae Border Color

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

This div border color is #4eacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eacae


Comments

No comments written yet.

Please login to write comment.