Color Hex Logo

#4eaffb Color Hex

#4EAFFB
(78,175,251)
0 Favorites   0 Comments

Color spaces of #4eaffb

RGB 78175251
HSL0.570.960.65
HSV206°69°98°
CMYK 0.690.300.00   0.02
XYZ35.884439.244796.9505
Yxy39.24470.20850.2281
Hunter Lab62.6456-7.3821-47.9055
CIE-Lab68.9281-4.6938-45.9817

#4eaffb color RGB value is (78,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101111 11111011
Octal 116 257 373
Decimal 78 175 251
Hex 4E AF FB

RGB Percentages of Color #4eaffb

%15.48
%34.72
%49.80

CMYK Percentages of Color #4eaffb

%69
%30
%0
%2

Triadic Colors of #4eaffb

#4eaffb #fb4eaf #affb4e

Analogous Colors of #4eaffb

#4eaffb #4e58fb #4efbf1

Monochromatic Colors of #4eaffb

#4eaffb

Complementary Color

#4eaffb #fb9a4e

#4eaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaffb Color CSS Codes

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

#4eaffb Text Font Color

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

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


#4eaffb Background Color

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

This div background color is #4eaffb


#4eaffb Border Color

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

This div border color is #4eaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaffb


Comments

No comments written yet.

Please login to write comment.