Color Hex Logo

#4eaefb Color Hex

#4EAEFB
(78,174,251)
0 Favorites   0 Comments

Color spaces of #4eaefb

RGB 78174251
HSL0.570.960.65
HSV207°69°98°
CMYK 0.690.310.00   0.02
XYZ35.690538.856896.8858
Yxy38.85680.20820.2267
Hunter Lab62.3352-6.8851-48.5180
CIE-Lab68.6474-4.1358-46.4229

#4eaefb color RGB value is (78,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101110 11111011
Octal 116 256 373
Decimal 78 174 251
Hex 4E AE FB

RGB Percentages of Color #4eaefb

%15.51
%34.59
%49.90

CMYK Percentages of Color #4eaefb

%69
%31
%0
%2

Triadic Colors of #4eaefb

#4eaefb #fb4eae #aefb4e

Analogous Colors of #4eaefb

#4eaefb #4e57fb #4efbf2

Monochromatic Colors of #4eaefb

#4eaefb

Complementary Color

#4eaefb #fb9b4e

#4eaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaefb Color CSS Codes

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

#4eaefb Text Font Color

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

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


#4eaefb Background Color

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

This div background color is #4eaefb


#4eaefb Border Color

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

This div border color is #4eaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaefb


Comments

No comments written yet.

Please login to write comment.