Color Hex Logo

#4eabe0 Color Hex

#4EABE0
(78,171,224)
0 Favorites   0 Comments

Color spaces of #4eabe0

RGB 78171224
HSL0.560.700.59
HSV202°65°88°
CMYK 0.650.240.00   0.12
XYZ31.159336.127375.8520
Yxy36.12730.21770.2524
Hunter Lab60.1060-12.6500-32.7481
CIE-Lab66.6171-11.3458-34.8528

#4eabe0 color RGB value is (78,171,224).

#4eabe0 hex color red value is 78, green value is 171 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #4eabe0 hue: 0.56 , saturation: 0.70 and the lightness value of 4eabe0 is 0.59.

The process color (four color CMYK) of #4eabe0 color hex is 0.65, 0.24, 0.00, 0.12. Web safe color of #4eabe0 is #6699cc. Color #4eabe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101011 11100000
Octal 116 253 340
Decimal 78 171 224
Hex 4E AB E0

RGB Percentages of Color #4eabe0

%16.49
%36.15
%47.36

CMYK Percentages of Color #4eabe0

%65
%24
%0
%12

Triadic Colors of #4eabe0

#4eabe0 #e04eab #abe04e

Analogous Colors of #4eabe0

#4eabe0 #4e62e0 #4ee0cc

Monochromatic Colors of #4eabe0

#4eabe0

Complementary Color

#4eabe0 #e0834e

#4eabe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eabe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eabe0 Color CSS Codes

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

#4eabe0 Text Font Color

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

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


#4eabe0 Background Color

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

This div background color is #4eabe0


#4eabe0 Border Color

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

This div border color is #4eabe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eabe0


Comments

No comments written yet.

Please login to write comment.