Color Hex Logo

#4eadef Color Hex

#4EADEF
(78,173,239)
0 Favorites   0 Comments

Color spaces of #4eadef

RGB 78173239
HSL0.570.830.62
HSV205°67°94°
CMYK 0.670.280.00   0.06
XYZ33.665437.738887.1713
Yxy37.73880.21230.2380
Hunter Lab61.4319-9.6858-41.1296
CIE-Lab67.8277-7.5582-41.1792

#4eadef color RGB value is (78,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 11101111
Octal 116 255 357
Decimal 78 173 239
Hex 4E AD EF

RGB Percentages of Color #4eadef

%15.92
%35.31
%48.78

CMYK Percentages of Color #4eadef

%67
%28
%0
%6

Triadic Colors of #4eadef

#4eadef #ef4ead #adef4e

Analogous Colors of #4eadef

#4eadef #4e5cef #4eefe1

Monochromatic Colors of #4eadef

#4eadef

Complementary Color

#4eadef #ef904e

#4eadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eadef Color CSS Codes

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

#4eadef Text Font Color

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

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


#4eadef Background Color

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

This div background color is #4eadef


#4eadef Border Color

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

This div border color is #4eadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eadef


Comments

No comments written yet.

Please login to write comment.