Color Hex Logo

#4eaffc Color Hex

#4EAFFC
(78,175,252)
0 Favorites   0 Comments

Color spaces of #4eaffc

RGB 78175252
HSL0.570.970.65
HSV207°69°99°
CMYK 0.690.310.00   0.01
XYZ36.042539.307997.7830
Yxy39.30790.20820.2270
Hunter Lab62.6960-7.1025-48.5836
CIE-Lab68.9737-4.3602-46.4523

#4eaffc color RGB value is (78,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101111 11111100
Octal 116 257 374
Decimal 78 175 252
Hex 4E AF FC

RGB Percentages of Color #4eaffc

%15.45
%34.65
%49.90

CMYK Percentages of Color #4eaffc

%69
%31
%0
%1

Triadic Colors of #4eaffc

#4eaffc #fc4eaf #affc4e

Analogous Colors of #4eaffc

#4eaffc #4e58fc #4efcf2

Monochromatic Colors of #4eaffc

#4eaffc

Complementary Color

#4eaffc #fc9b4e

#4eaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaffc Color CSS Codes

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

#4eaffc Text Font Color

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

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


#4eaffc Background Color

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

This div background color is #4eaffc


#4eaffc Border Color

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

This div border color is #4eaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaffc

Related Colors


Comments

No comments written yet.

Please login to write comment.