Color Hex Logo

#4eacbd Color Hex

#4EACBD
(78,172,189)
0 Favorites   0 Comments

Color spaces of #4eacbd

RGB 78172189
HSL0.530.460.52
HSV189°59°74°
CMYK 0.590.090.00   0.26
XYZ27.079734.798953.4337
Yxy34.79890.23480.3018
Hunter Lab58.9906-21.2929-12.4115
CIE-Lab65.5918-22.6818-17.0790

#4eacbd color RGB value is (78,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101100 10111101
Octal 116 254 275
Decimal 78 172 189
Hex 4E AC BD

RGB Percentages of Color #4eacbd

%17.77
%39.18
%43.05

CMYK Percentages of Color #4eacbd

%59
%9
%0
%26

Triadic Colors of #4eacbd

#4eacbd #bd4eac #acbd4e

Analogous Colors of #4eacbd

#4eacbd #4e75bd #4ebd97

Monochromatic Colors of #4eacbd

#4eacbd

Complementary Color

#4eacbd #bd5f4e

#4eacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eacbd Color CSS Codes

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

#4eacbd Text Font Color

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

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


#4eacbd Background Color

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

This div background color is #4eacbd


#4eacbd Border Color

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

This div border color is #4eacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eacbd


Comments

No comments written yet.

Please login to write comment.