Color Hex Logo

#4eaebf Color Hex

#4EAEBF
(78,174,191)
0 Favorites   0 Comments

Color spaces of #4eaebf

RGB 78174191
HSL0.530.470.53
HSV189°59°75°
CMYK 0.590.090.00   0.25
XYZ27.681935.653454.7130
Yxy35.65340.23450.3020
Hunter Lab59.7105-21.7403-12.5304
CIE-Lab66.2542-23.1162-17.1859

#4eaebf color RGB value is (78,174,191).

#4eaebf hex color red value is 78, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4eaebf hue: 0.53 , saturation: 0.47 and the lightness value of 4eaebf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101110 10111111
Octal 116 256 277
Decimal 78 174 191
Hex 4E AE BF

RGB Percentages of Color #4eaebf

%17.61
%39.28
%43.12

CMYK Percentages of Color #4eaebf

%59
%9
%0
%25

Triadic Colors of #4eaebf

#4eaebf #bf4eae #aebf4e

Analogous Colors of #4eaebf

#4eaebf #4e76bf #4ebf98

Monochromatic Colors of #4eaebf

#4eaebf

Complementary Color

#4eaebf #bf5f4e

#4eaebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaebf Color CSS Codes

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

#4eaebf Text Font Color

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

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


#4eaebf Background Color

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

This div background color is #4eaebf


#4eaebf Border Color

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

This div border color is #4eaebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaebf


Comments

No comments written yet.

Please login to write comment.