Color Hex Logo

#4eaeed Color Hex

#4EAEED
(78,174,237)
0 Favorites   0 Comments

Color spaces of #4eaeed

RGB 78174237
HSL0.570.820.62
HSV204°67°93°
CMYK 0.670.270.00   0.07
XYZ33.564038.006285.6877
Yxy38.00620.21340.2417
Hunter Lab61.6492-10.7043-39.2542
CIE-Lab68.0252-8.7651-39.7791

#4eaeed color RGB value is (78,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101110 11101101
Octal 116 256 355
Decimal 78 174 237
Hex 4E AE ED

RGB Percentages of Color #4eaeed

%15.95
%35.58
%48.47

CMYK Percentages of Color #4eaeed

%67
%27
%0
%7

Triadic Colors of #4eaeed

#4eaeed #ed4eae #aeed4e

Analogous Colors of #4eaeed

#4eaeed #4e5fed #4eeddd

Monochromatic Colors of #4eaeed

#4eaeed

Complementary Color

#4eaeed #ed8d4e

#4eaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaeed Color CSS Codes

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

#4eaeed Text Font Color

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

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


#4eaeed Background Color

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

This div background color is #4eaeed


#4eaeed Border Color

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

This div border color is #4eaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaeed


Comments

No comments written yet.

Please login to write comment.