Color Hex Logo

#4eafff Color Hex

#4EAFFF
(78,175,255)
0 Favorites   0 Comments

Color spaces of #4eafff

RGB 78175255
HSL0.581.000.65
HSV207°69°100°
CMYK 0.690.310.00   0.00
XYZ36.521939.4996100.3070
Yxy39.49960.20710.2240
Hunter Lab62.8487-6.2574-50.6332
CIE-Lab69.1116-3.3572-47.8607

#4eafff color RGB value is (78,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101111 11111111
Octal 116 257 377
Decimal 78 175 255
Hex 4E AF FF

RGB Percentages of Color #4eafff

%15.35
%34.45
%50.20

CMYK Percentages of Color #4eafff

%69
%31
%0
%0

Triadic Colors of #4eafff

#4eafff #ff4eaf #afff4e

Analogous Colors of #4eafff

#4eafff #4e56ff #4efff7

Monochromatic Colors of #4eafff

#4eafff

Complementary Color

#4eafff #ff9e4e

#4eafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eafff Color CSS Codes

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

#4eafff Text Font Color

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

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


#4eafff Background Color

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

This div background color is #4eafff


#4eafff Border Color

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

This div border color is #4eafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eafff


Comments

No comments written yet.

Please login to write comment.