Color Hex Logo

#4eaded Color Hex

#4EADED
(78,173,237)
0 Favorites   0 Comments

Color spaces of #4eaded

RGB 78173237
HSL0.570.820.62
HSV204°67°93°
CMYK 0.670.270.00   0.07
XYZ33.371537.621385.6235
Yxy37.62130.21310.2402
Hunter Lab61.3362-10.2210-39.8317
CIE-Lab67.7406-8.2153-40.2236

#4eaded color RGB value is (78,173,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 11101101
Octal 116 255 355
Decimal 78 173 237
Hex 4E AD ED

RGB Percentages of Color #4eaded

%15.98
%35.45
%48.57

CMYK Percentages of Color #4eaded

%67
%27
%0
%7

Triadic Colors of #4eaded

#4eaded #ed4ead #aded4e

Analogous Colors of #4eaded

#4eaded #4e5ded #4eedde

Monochromatic Colors of #4eaded

#4eaded

Complementary Color

#4eaded #ed8e4e

#4eaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaded Color CSS Codes

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

#4eaded Text Font Color

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

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


#4eaded Background Color

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

This div background color is #4eaded


#4eaded Border Color

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

This div border color is #4eaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaded


Comments

No comments written yet.

Please login to write comment.