Color Hex Logo

#4eacb6 Color Hex

#4EACB6
(78,172,182)
0 Favorites   0 Comments

Color spaces of #4eacb6

RGB 78172182
HSL0.520.420.51
HSV186°57°71°
CMYK 0.570.050.00   0.29
XYZ26.337934.502149.5274
Yxy34.50210.23860.3126
Hunter Lab58.7385-22.7543-8.8755
CIE-Lab65.3592-24.7111-13.5381

#4eacb6 color RGB value is (78,172,182).

#4eacb6 hex color red value is 78, green value is 172 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #4eacb6 hue: 0.52 , saturation: 0.42 and the lightness value of 4eacb6 is 0.51.

The process color (four color CMYK) of #4eacb6 color hex is 0.57, 0.05, 0.00, 0.29. Web safe color of #4eacb6 is #6699cc. Color #4eacb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101100 10110110
Octal 116 254 266
Decimal 78 172 182
Hex 4E AC B6

RGB Percentages of Color #4eacb6

%18.06
%39.81
%42.13

CMYK Percentages of Color #4eacb6

%57
%5
%0
%29

Triadic Colors of #4eacb6

#4eacb6 #b64eac #acb64e

Analogous Colors of #4eacb6

#4eacb6 #4e78b6 #4eb68c

Monochromatic Colors of #4eacb6

#4eacb6

Complementary Color

#4eacb6 #b6584e

#4eacb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eacb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eacb6 Color CSS Codes

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

#4eacb6 Text Font Color

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

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


#4eacb6 Background Color

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

This div background color is #4eacb6


#4eacb6 Border Color

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

This div border color is #4eacb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eacb6


Comments

No comments written yet.

Please login to write comment.