Color Hex Logo

#4eafea Color Hex

#4EAFEA
(78,175,234)
0 Favorites   0 Comments

Color spaces of #4eafea

RGB 78175234
HSL0.560.790.61
HSV203°67°92°
CMYK 0.670.250.00   0.08
XYZ33.323138.220283.4628
Yxy38.22020.21500.2466
Hunter Lab61.8225-11.9756-36.7681
CIE-Lab68.1826-10.2912-37.8955

#4eafea color RGB value is (78,175,234).

#4eafea hex color red value is 78, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4eafea hue: 0.56 , saturation: 0.79 and the lightness value of 4eafea is 0.61.

The process color (four color CMYK) of #4eafea color hex is 0.67, 0.25, 0.00, 0.08. Web safe color of #4eafea is #6699ff. Color #4eafea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101111 11101010
Octal 116 257 352
Decimal 78 175 234
Hex 4E AF EA

RGB Percentages of Color #4eafea

%16.02
%35.93
%48.05

CMYK Percentages of Color #4eafea

%67
%25
%0
%8

Triadic Colors of #4eafea

#4eafea #ea4eaf #afea4e

Analogous Colors of #4eafea

#4eafea #4e61ea #4eead7

Monochromatic Colors of #4eafea

#4eafea

Complementary Color

#4eafea #ea894e

#4eafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eafea Color CSS Codes

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

#4eafea Text Font Color

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

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


#4eafea Background Color

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

This div background color is #4eafea


#4eafea Border Color

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

This div border color is #4eafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eafea


Comments

No comments written yet.

Please login to write comment.