Color Hex Logo

#4eabca Color Hex

#4EABCA
(78,171,202)
0 Favorites   0 Comments

Color spaces of #4eabca

RGB 78171202
HSL0.540.540.55
HSV195°61°79°
CMYK 0.610.150.00   0.21
XYZ28.365535.009861.1397
Yxy35.00980.22780.2812
Hunter Lab59.1691-17.9735-19.8463
CIE-Lab65.7563-18.2638-24.0410

#4eabca color RGB value is (78,171,202).

#4eabca hex color red value is 78, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4eabca hue: 0.54 , saturation: 0.54 and the lightness value of 4eabca is 0.55.

The process color (four color CMYK) of #4eabca color hex is 0.61, 0.15, 0.00, 0.21. Web safe color of #4eabca is #6699cc. Color #4eabca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101011 11001010
Octal 116 253 312
Decimal 78 171 202
Hex 4E AB CA

RGB Percentages of Color #4eabca

%17.29
%37.92
%44.79

CMYK Percentages of Color #4eabca

%61
%15
%0
%21

Triadic Colors of #4eabca

#4eabca #ca4eab #abca4e

Analogous Colors of #4eabca

#4eabca #4e6dca #4ecaab

Monochromatic Colors of #4eabca

#4eabca

Complementary Color

#4eabca #ca6d4e

#4eabca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eabca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eabca Color CSS Codes

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

#4eabca Text Font Color

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

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


#4eabca Background Color

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

This div background color is #4eabca


#4eabca Border Color

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

This div border color is #4eabca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eabca


Comments

No comments written yet.

Please login to write comment.