Color Hex Logo

#4eadd8 Color Hex

#4EADD8
(78,173,216)
0 Favorites   0 Comments

Color spaces of #4eadd8

RGB 78173216
HSL0.550.640.58
HSV199°64°85°
CMYK 0.640.200.00   0.15
XYZ30.480136.464770.3977
Yxy36.46470.22190.2655
Hunter Lab60.3860-15.5769-26.8498
CIE-Lab66.8735-14.9744-30.0550

#4eadd8 color RGB value is (78,173,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 11011000
Octal 116 255 330
Decimal 78 173 216
Hex 4E AD D8

RGB Percentages of Color #4eadd8

%16.70
%37.04
%46.25

CMYK Percentages of Color #4eadd8

%64
%20
%0
%15

Triadic Colors of #4eadd8

#4eadd8 #d84ead #add84e

Analogous Colors of #4eadd8

#4eadd8 #4e68d8 #4ed8be

Monochromatic Colors of #4eadd8

#4eadd8

Complementary Color

#4eadd8 #d8794e

#4eadd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eadd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eadd8 Color CSS Codes

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

#4eadd8 Text Font Color

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

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


#4eadd8 Background Color

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

This div background color is #4eadd8


#4eadd8 Border Color

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

This div border color is #4eadd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eadd8


Comments

No comments written yet.

Please login to write comment.