Color Hex Logo

#4eaafc Color Hex

#4EAAFC
(78,170,252)
0 Favorites   0 Comments

Color spaces of #4eaafc

RGB 78170252
HSL0.580.970.65
HSV208°69°99°
CMYK 0.690.330.00   0.01
XYZ35.087337.397497.4646
Yxy37.39740.20650.2201
Hunter Lab61.1534-4.6026-51.6874
CIE-Lab67.5741-1.5532-48.6558

#4eaafc color RGB value is (78,170,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101010 11111100
Octal 116 252 374
Decimal 78 170 252
Hex 4E AA FC

RGB Percentages of Color #4eaafc

%15.60
%34.00
%50.40

CMYK Percentages of Color #4eaafc

%69
%33
%0
%1

Triadic Colors of #4eaafc

#4eaafc #fc4eaa #aafc4e

Analogous Colors of #4eaafc

#4eaafc #4e53fc #4efcf7

Monochromatic Colors of #4eaafc

#4eaafc

Complementary Color

#4eaafc #fca04e

#4eaafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaafc Color CSS Codes

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

#4eaafc Text Font Color

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

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


#4eaafc Background Color

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

This div background color is #4eaafc


#4eaafc Border Color

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

This div border color is #4eaafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaafc


Comments

No comments written yet.

Please login to write comment.