Color Hex Logo

#4ea3fc Color Hex

#4EA3FC
(78,163,252)
0 Favorites   0 Comments

Color spaces of #4ea3fc

RGB 78163252
HSL0.590.970.65
HSV211°69°99°
CMYK 0.690.350.00   0.01
XYZ33.809834.842497.0387
Yxy34.84240.20410.2103
Hunter Lab59.0275-1.0566-56.1511
CIE-Lab65.62582.4378-51.7338

#4ea3fc color RGB value is (78,163,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10100011 11111100
Octal 116 243 374
Decimal 78 163 252
Hex 4E A3 FC

RGB Percentages of Color #4ea3fc

%15.82
%33.06
%51.12

CMYK Percentages of Color #4ea3fc

%69
%35
%0
%1

Triadic Colors of #4ea3fc

#4ea3fc #fc4ea3 #a3fc4e

Analogous Colors of #4ea3fc

#4ea3fc #504efc #4efafc

Monochromatic Colors of #4ea3fc

#4ea3fc

Complementary Color

#4ea3fc #fca74e

#4ea3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ea3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ea3fc Color CSS Codes

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

#4ea3fc Text Font Color

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

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


#4ea3fc Background Color

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

This div background color is #4ea3fc


#4ea3fc Border Color

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

This div border color is #4ea3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ea3fc


Comments

No comments written yet.

Please login to write comment.