Color Hex Logo

#4eaced Color Hex

#4EACED
(78,172,237)
0 Favorites   0 Comments

Color spaces of #4eaced

RGB 78172237
HSL0.570.820.62
HSV205°67°93°
CMYK 0.670.270.00   0.07
XYZ33.180537.239285.5598
Yxy37.23920.21270.2387
Hunter Lab61.0239-9.7362-40.4120
CIE-Lab67.4561-7.6634-40.6683

#4eaced color RGB value is (78,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101100 11101101
Octal 116 254 355
Decimal 78 172 237
Hex 4E AC ED

RGB Percentages of Color #4eaced

%16.02
%35.32
%48.67

CMYK Percentages of Color #4eaced

%67
%27
%0
%7

Triadic Colors of #4eaced

#4eaced #ed4eac #aced4e

Analogous Colors of #4eaced

#4eaced #4e5ced #4eeddf

Monochromatic Colors of #4eaced

#4eaced

Complementary Color

#4eaced #ed8f4e

#4eaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaced Color CSS Codes

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

#4eaced Text Font Color

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

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


#4eaced Background Color

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

This div background color is #4eaced


#4eaced Border Color

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

This div border color is #4eaced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,172,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 #4eaced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaced


Comments

No comments written yet.

Please login to write comment.