Color Hex Logo

#4eadfd Color Hex

#4EADFD
(78,173,253)
0 Favorites   0 Comments

Color spaces of #4eadfd

RGB 78173253
HSL0.580.980.65
HSV207°69°99°
CMYK 0.690.320.00   0.01
XYZ35.815138.598798.4911
Yxy38.59870.20710.2232
Hunter Lab62.1279-5.8231-50.5028
CIE-Lab68.4596-2.9068-47.8034

#4eadfd color RGB value is (78,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 11111101
Octal 116 255 375
Decimal 78 173 253
Hex 4E AD FD

RGB Percentages of Color #4eadfd

%15.48
%34.33
%50.20

CMYK Percentages of Color #4eadfd

%69
%32
%0
%1

Triadic Colors of #4eadfd

#4eadfd #fd4ead #adfd4e

Analogous Colors of #4eadfd

#4eadfd #4e55fd #4efdf6

Monochromatic Colors of #4eadfd

#4eadfd

Complementary Color

#4eadfd #fd9e4e

#4eadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eadfd Color CSS Codes

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

#4eadfd Text Font Color

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

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


#4eadfd Background Color

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

This div background color is #4eadfd


#4eadfd Border Color

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

This div border color is #4eadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eadfd


Comments

No comments written yet.

Please login to write comment.