Color Hex Logo

#4eadea Color Hex

#4EADEA
(78,173,234)
0 Favorites   0 Comments

Color spaces of #4eadea

RGB 78173234
HSL0.570.790.61
HSV203°67°92°
CMYK 0.670.260.00   0.08
XYZ32.936737.447483.3340
Yxy37.44740.21430.2436
Hunter Lab61.1943-11.0156-37.9048
CIE-Lab67.6113-9.1969-38.7862

#4eadea color RGB value is (78,173,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 11101010
Octal 116 255 352
Decimal 78 173 234
Hex 4E AD EA

RGB Percentages of Color #4eadea

%16.08
%35.67
%48.25

CMYK Percentages of Color #4eadea

%67
%26
%0
%8

Triadic Colors of #4eadea

#4eadea #ea4ead #adea4e

Analogous Colors of #4eadea

#4eadea #4e5fea #4eead9

Monochromatic Colors of #4eadea

#4eadea

Complementary Color

#4eadea #ea8b4e

#4eadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eadea Color CSS Codes

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

#4eadea Text Font Color

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

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


#4eadea Background Color

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

This div background color is #4eadea


#4eadea Border Color

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

This div border color is #4eadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eadea


Comments

No comments written yet.

Please login to write comment.