Color Hex Logo

#4eadeb Color Hex

#4EADEB
(78,173,235)
0 Favorites   0 Comments

Color spaces of #4eadeb

RGB 78173235
HSL0.570.800.61
HSV204°67°92°
CMYK 0.670.260.00   0.08
XYZ33.080937.505084.0929
Yxy37.50500.21390.2425
Hunter Lab61.2413-10.7515-38.5445
CIE-Lab67.6542-8.8698-39.2660

#4eadeb color RGB value is (78,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 11101011
Octal 116 255 353
Decimal 78 173 235
Hex 4E AD EB

RGB Percentages of Color #4eadeb

%16.05
%35.60
%48.35

CMYK Percentages of Color #4eadeb

%67
%26
%0
%8

Triadic Colors of #4eadeb

#4eadeb #eb4ead #adeb4e

Analogous Colors of #4eadeb

#4eadeb #4e5eeb #4eebdb

Monochromatic Colors of #4eadeb

#4eadeb

Complementary Color

#4eadeb #eb8c4e

#4eadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eadeb Color CSS Codes

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

#4eadeb Text Font Color

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

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


#4eadeb Background Color

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

This div background color is #4eadeb


#4eadeb Border Color

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

This div border color is #4eadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eadeb


Comments

No comments written yet.

Please login to write comment.