Color Hex Logo

#4eaecf Color Hex

#4EAECF
(78,174,207)
0 Favorites   0 Comments

Color spaces of #4eaecf

RGB 78174207
HSL0.540.570.56
HSV195°62°81°
CMYK 0.620.160.00   0.19
XYZ29.540436.396864.4998
Yxy36.39680.22650.2790
Hunter Lab60.3298-18.1748-21.1573
CIE-Lab66.8220-18.3064-25.1726

#4eaecf color RGB value is (78,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101110 11001111
Octal 116 256 317
Decimal 78 174 207
Hex 4E AE CF

RGB Percentages of Color #4eaecf

%16.99
%37.91
%45.10

CMYK Percentages of Color #4eaecf

%62
%16
%0
%19

Triadic Colors of #4eaecf

#4eaecf #cf4eae #aecf4e

Analogous Colors of #4eaecf

#4eaecf #4e6ecf #4ecfb0

Monochromatic Colors of #4eaecf

#4eaecf

Complementary Color

#4eaecf #cf6f4e

#4eaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaecf Color CSS Codes

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

#4eaecf Text Font Color

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

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


#4eaecf Background Color

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

This div background color is #4eaecf


#4eaecf Border Color

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

This div border color is #4eaecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,174,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 #4eaecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaecf


Comments

No comments written yet.

Please login to write comment.