Color Hex Logo

#4eaffd Color Hex

#4EAFFD
(78,175,253)
0 Favorites   0 Comments

Color spaces of #4eaffd

RGB 78175253
HSL0.570.980.65
HSV207°69°99°
CMYK 0.690.310.00   0.01
XYZ36.201539.371598.6199
Yxy39.37150.20780.2260
Hunter Lab62.7467-6.8218-49.2642
CIE-Lab69.0195-4.0263-46.9223

#4eaffd color RGB value is (78,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101111 11111101
Octal 116 257 375
Decimal 78 175 253
Hex 4E AF FD

RGB Percentages of Color #4eaffd

%15.42
%34.58
%50.00

CMYK Percentages of Color #4eaffd

%69
%31
%0
%1

Triadic Colors of #4eaffd

#4eaffd #fd4eaf #affd4e

Analogous Colors of #4eaffd

#4eaffd #4e58fd #4efdf4

Monochromatic Colors of #4eaffd

#4eaffd

Complementary Color

#4eaffd #fd9c4e

#4eaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaffd Color CSS Codes

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

#4eaffd Text Font Color

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

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


#4eaffd Background Color

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

This div background color is #4eaffd


#4eaffd Border Color

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

This div border color is #4eaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaffd


Comments

No comments written yet.

Please login to write comment.