Color Hex Logo

#4eaacf Color Hex

#4EAACF
(78,170,207)
0 Favorites   0 Comments

Color spaces of #4eaacf

RGB 78170207
HSL0.550.570.56
HSV197°62°81°
CMYK 0.620.180.00   0.19
XYZ28.779134.874164.2460
Yxy34.87410.22500.2727
Hunter Lab59.0543-16.3561-23.1644
CIE-Lab65.6505-16.1917-26.9717

#4eaacf color RGB value is (78,170,207).

#4eaacf hex color red value is 78, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4eaacf hue: 0.55 , saturation: 0.57 and the lightness value of 4eaacf is 0.56.

The process color (four color CMYK) of #4eaacf color hex is 0.62, 0.18, 0.00, 0.19. Web safe color of #4eaacf is #6699cc. Color #4eaacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101010 11001111
Octal 116 252 317
Decimal 78 170 207
Hex 4E AA CF

RGB Percentages of Color #4eaacf

%17.14
%37.36
%45.49

CMYK Percentages of Color #4eaacf

%62
%18
%0
%19

Triadic Colors of #4eaacf

#4eaacf #cf4eaa #aacf4e

Analogous Colors of #4eaacf

#4eaacf #4e6acf #4ecfb4

Monochromatic Colors of #4eaacf

#4eaacf

Complementary Color

#4eaacf #cf734e

#4eaacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaacf Color CSS Codes

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

#4eaacf Text Font Color

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

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


#4eaacf Background Color

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

This div background color is #4eaacf


#4eaacf Border Color

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

This div border color is #4eaacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaacf


Comments

No comments written yet.

Please login to write comment.