Color Hex Logo

#4eaafb Color Hex

#4EAAFB
(78,170,251)
0 Favorites   0 Comments

Color spaces of #4eaafb

RGB 78170251
HSL0.580.960.65
HSV208°69°98°
CMYK 0.690.320.00   0.02
XYZ34.929237.334296.6320
Yxy37.33420.20680.2210
Hunter Lab61.1017-4.8873-50.9956
CIE-Lab67.5270-1.8897-48.1865

#4eaafb color RGB value is (78,170,251).

#4eaafb hex color red value is 78, green value is 170 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4eaafb hue: 0.58 , saturation: 0.96 and the lightness value of 4eaafb is 0.65.

The process color (four color CMYK) of #4eaafb color hex is 0.69, 0.32, 0.00, 0.02. Web safe color of #4eaafb is #6699ff. Color #4eaafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101010 11111011
Octal 116 252 373
Decimal 78 170 251
Hex 4E AA FB

RGB Percentages of Color #4eaafb

%15.63
%34.07
%50.30

CMYK Percentages of Color #4eaafb

%69
%32
%0
%2

Triadic Colors of #4eaafb

#4eaafb #fb4eaa #aafb4e

Analogous Colors of #4eaafb

#4eaafb #4e54fb #4efbf6

Monochromatic Colors of #4eaafb

#4eaafb

Complementary Color

#4eaafb #fb9f4e

#4eaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaafb Color CSS Codes

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

#4eaafb Text Font Color

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

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


#4eaafb Background Color

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

This div background color is #4eaafb


#4eaafb Border Color

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

This div border color is #4eaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaafb


Comments

No comments written yet.

Please login to write comment.