Color Hex Logo

#4eaeea Color Hex

#4EAEEA
(78,174,234)
0 Favorites   0 Comments

Color spaces of #4eaeea

RGB 78174234
HSL0.560.790.61
HSV203°67°92°
CMYK 0.670.260.00   0.08
XYZ33.129237.832383.3982
Yxy37.83230.21460.2451
Hunter Lab61.5080-11.4959-37.3353
CIE-Lab67.8968-9.7446-38.3409

#4eaeea color RGB value is (78,174,234).

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

The process color (four color CMYK) of #4eaeea color hex is 0.67, 0.26, 0.00, 0.08. Web safe color of #4eaeea is #6699ff. Color #4eaeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101110 11101010
Octal 116 256 352
Decimal 78 174 234
Hex 4E AE EA

RGB Percentages of Color #4eaeea

%16.05
%35.80
%48.15

CMYK Percentages of Color #4eaeea

%67
%26
%0
%8

Triadic Colors of #4eaeea

#4eaeea #ea4eae #aeea4e

Analogous Colors of #4eaeea

#4eaeea #4e60ea #4eead8

Monochromatic Colors of #4eaeea

#4eaeea

Complementary Color

#4eaeea #ea8a4e

#4eaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaeea Color CSS Codes

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

#4eaeea Text Font Color

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

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


#4eaeea Background Color

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

This div background color is #4eaeea


#4eaeea Border Color

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

This div border color is #4eaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaeea


Comments

No comments written yet.

Please login to write comment.