Color Hex Logo

#4eabfc Color Hex

#4EABFC
(78,171,252)
0 Favorites   0 Comments

Color spaces of #4eabfc

RGB 78171252
HSL0.580.970.65
HSV208°69°99°
CMYK 0.690.320.00   0.01
XYZ35.275537.773897.5273
Yxy37.77380.20680.2214
Hunter Lab61.4604-5.1047-51.0610
CIE-Lab67.8536-2.1176-48.2153

#4eabfc color RGB value is (78,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101011 11111100
Octal 116 253 374
Decimal 78 171 252
Hex 4E AB FC

RGB Percentages of Color #4eabfc

%15.57
%34.13
%50.30

CMYK Percentages of Color #4eabfc

%69
%32
%0
%1

Triadic Colors of #4eabfc

#4eabfc #fc4eab #abfc4e

Analogous Colors of #4eabfc

#4eabfc #4e54fc #4efcf6

Monochromatic Colors of #4eabfc

#4eabfc

Complementary Color

#4eabfc #fc9f4e

#4eabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eabfc Color CSS Codes

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

#4eabfc Text Font Color

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

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


#4eabfc Background Color

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

This div background color is #4eabfc


#4eabfc Border Color

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

This div border color is #4eabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eabfc


Comments

No comments written yet.

Please login to write comment.