Color Hex Logo

#4ea1fd Color Hex

#4EA1FD
(78,161,253)
0 Favorites   0 Comments

Color spaces of #4ea1fd

RGB 78161253
HSL0.590.980.65
HSV212°69°99°
CMYK 0.690.360.00   0.01
XYZ33.616434.201397.7582
Yxy34.20130.20300.2066
Hunter Lab58.48190.2616-58.1717
CIE-Lab65.12203.9322-53.0768

#4ea1fd color RGB value is (78,161,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10100001 11111101
Octal 116 241 375
Decimal 78 161 253
Hex 4E A1 FD

RGB Percentages of Color #4ea1fd

%15.85
%32.72
%51.42

CMYK Percentages of Color #4ea1fd

%69
%36
%0
%1

Triadic Colors of #4ea1fd

#4ea1fd #fd4ea1 #a1fd4e

Analogous Colors of #4ea1fd

#4ea1fd #524efd #4ef9fd

Monochromatic Colors of #4ea1fd

#4ea1fd

Complementary Color

#4ea1fd #fdaa4e

#4ea1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ea1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ea1fd Color CSS Codes

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

#4ea1fd Text Font Color

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

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


#4ea1fd Background Color

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

This div background color is #4ea1fd


#4ea1fd Border Color

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

This div border color is #4ea1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ea1fd

Related Colors


Comments

No comments written yet.

Please login to write comment.