Color Hex Logo

#4eacc9 Color Hex

#4EACC9
(78,172,201)
0 Favorites   0 Comments

Color spaces of #4eacc9

RGB 78172201
HSL0.540.530.55
HSV194°61°79°
CMYK 0.610.140.00   0.21
XYZ28.437035.341860.5812
Yxy35.34180.22870.2842
Hunter Lab59.4490-18.6515-18.8049
CIE-Lab66.0139-19.0937-23.0929

#4eacc9 color RGB value is (78,172,201).

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

The process color (four color CMYK) of #4eacc9 color hex is 0.61, 0.14, 0.00, 0.21. Web safe color of #4eacc9 is #6699cc. Color #4eacc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101100 11001001
Octal 116 254 311
Decimal 78 172 201
Hex 4E AC C9

RGB Percentages of Color #4eacc9

%17.29
%38.14
%44.57

CMYK Percentages of Color #4eacc9

%61
%14
%0
%21

Triadic Colors of #4eacc9

#4eacc9 #c94eac #acc94e

Analogous Colors of #4eacc9

#4eacc9 #4e6fc9 #4ec9a9

Monochromatic Colors of #4eacc9

#4eacc9

Complementary Color

#4eacc9 #c96b4e

#4eacc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eacc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eacc9 Color CSS Codes

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

#4eacc9 Text Font Color

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

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


#4eacc9 Background Color

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

This div background color is #4eacc9


#4eacc9 Border Color

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

This div border color is #4eacc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eacc9


Comments

No comments written yet.

Please login to write comment.