Color Hex Logo

#4eacbf Color Hex

#4EACBF
(78,172,191)
0 Favorites   0 Comments

Color spaces of #4eacbf

RGB 78172191
HSL0.530.470.53
HSV190°59°75°
CMYK 0.590.100.00   0.25
XYZ27.298434.886354.5852
Yxy34.88630.23380.2988
Hunter Lab59.0646-20.8642-13.4482
CIE-Lab65.6600-22.0926-18.0865

#4eacbf color RGB value is (78,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101100 10111111
Octal 116 254 277
Decimal 78 172 191
Hex 4E AC BF

RGB Percentages of Color #4eacbf

%17.69
%39.00
%43.31

CMYK Percentages of Color #4eacbf

%59
%10
%0
%25

Triadic Colors of #4eacbf

#4eacbf #bf4eac #acbf4e

Analogous Colors of #4eacbf

#4eacbf #4e74bf #4ebf9a

Monochromatic Colors of #4eacbf

#4eacbf

Complementary Color

#4eacbf #bf614e

#4eacbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eacbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eacbf Color CSS Codes

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

#4eacbf Text Font Color

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

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


#4eacbf Background Color

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

This div background color is #4eacbf


#4eacbf Border Color

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

This div border color is #4eacbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,172,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 #4eacbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eacbf


Comments

No comments written yet.

Please login to write comment.