Color Hex Logo

#4eacb8 Color Hex

#4EACB8
(78,172,184)
0 Favorites   0 Comments

Color spaces of #4eacb8

RGB 78172184
HSL0.520.430.51
HSV187°58°72°
CMYK 0.580.070.00   0.28
XYZ26.546134.585450.6239
Yxy34.58540.23750.3095
Hunter Lab58.8094-22.3428-9.8711
CIE-Lab65.4246-24.1364-14.5522

#4eacb8 color RGB value is (78,172,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101100 10111000
Octal 116 254 270
Decimal 78 172 184
Hex 4E AC B8

RGB Percentages of Color #4eacb8

%17.97
%39.63
%42.40

CMYK Percentages of Color #4eacb8

%58
%7
%0
%28

Triadic Colors of #4eacb8

#4eacb8 #b84eac #acb84e

Analogous Colors of #4eacb8

#4eacb8 #4e77b8 #4eb88f

Monochromatic Colors of #4eacb8

#4eacb8

Complementary Color

#4eacb8 #b85a4e

#4eacb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eacb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eacb8 Color CSS Codes

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

#4eacb8 Text Font Color

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

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


#4eacb8 Background Color

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

This div background color is #4eacb8


#4eacb8 Border Color

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

This div border color is #4eacb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eacb8

#4eacb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.