Color Hex Logo

#4eadda Color Hex

#4EADDA
(78,173,218)
0 Favorites   0 Comments

Color spaces of #4eadda

RGB 78173218
HSL0.550.650.58
HSV199°64°85°
CMYK 0.640.210.00   0.15
XYZ30.740336.568871.7680
Yxy36.56880.22100.2629
Hunter Lab60.4721-15.0879-28.0345
CIE-Lab66.9523-14.3429-31.0340

#4eadda color RGB value is (78,173,218).

#4eadda hex color red value is 78, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4eadda hue: 0.55 , saturation: 0.65 and the lightness value of 4eadda is 0.58.

The process color (four color CMYK) of #4eadda color hex is 0.64, 0.21, 0.00, 0.15. Web safe color of #4eadda is #6699cc. Color #4eadda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 11011010
Octal 116 255 332
Decimal 78 173 218
Hex 4E AD DA

RGB Percentages of Color #4eadda

%16.63
%36.89
%46.48

CMYK Percentages of Color #4eadda

%64
%21
%0
%15

Triadic Colors of #4eadda

#4eadda #da4ead #adda4e

Analogous Colors of #4eadda

#4eadda #4e67da #4edac1

Monochromatic Colors of #4eadda

#4eadda

Complementary Color

#4eadda #da7b4e

#4eadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eadda Color CSS Codes

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

#4eadda Text Font Color

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

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


#4eadda Background Color

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

This div background color is #4eadda


#4eadda Border Color

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

This div border color is #4eadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eadda


Comments

No comments written yet.

Please login to write comment.