Color Hex Logo

#4eacee Color Hex

#4EACEE
(78,172,238)
0 Favorites   0 Comments

Color spaces of #4eacee

RGB 78172238
HSL0.570.820.62
HSV205°67°93°
CMYK 0.670.280.00   0.07
XYZ33.327037.297886.3316
Yxy37.29780.21230.2376
Hunter Lab61.0719-9.4683-41.0623
CIE-Lab67.4999-7.3346-41.1462

#4eacee color RGB value is (78,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101100 11101110
Octal 116 254 356
Decimal 78 172 238
Hex 4E AC EE

RGB Percentages of Color #4eacee

%15.98
%35.25
%48.77

CMYK Percentages of Color #4eacee

%67
%28
%0
%7

Triadic Colors of #4eacee

#4eacee #ee4eac #acee4e

Analogous Colors of #4eacee

#4eacee #4e5cee #4eeee0

Monochromatic Colors of #4eacee

#4eacee

Complementary Color

#4eacee #ee904e

#4eacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eacee Color CSS Codes

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

#4eacee Text Font Color

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

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


#4eacee Background Color

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

This div background color is #4eacee


#4eacee Border Color

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

This div border color is #4eacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eacee


Comments

No comments written yet.

Please login to write comment.