Color Hex Logo

#4eabcb Color Hex

#4EABCB
(78,171,203)
0 Favorites   0 Comments

Color spaces of #4eabcb

RGB 78171203
HSL0.540.550.55
HSV195°62°80°
CMYK 0.620.160.00   0.20
XYZ28.484335.057361.7654
Yxy35.05730.22730.2798
Hunter Lab59.2092-17.7435-20.4032
CIE-Lab65.7933-17.9573-24.5383

#4eabcb color RGB value is (78,171,203).

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

The process color (four color CMYK) of #4eabcb color hex is 0.62, 0.16, 0.00, 0.20. Web safe color of #4eabcb is #6699cc. Color #4eabcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101011 11001011
Octal 116 253 313
Decimal 78 171 203
Hex 4E AB CB

RGB Percentages of Color #4eabcb

%17.26
%37.83
%44.91

CMYK Percentages of Color #4eabcb

%62
%16
%0
%20

Triadic Colors of #4eabcb

#4eabcb #cb4eab #abcb4e

Analogous Colors of #4eabcb

#4eabcb #4e6dcb #4ecbad

Monochromatic Colors of #4eabcb

#4eabcb

Complementary Color

#4eabcb #cb6e4e

#4eabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eabcb Color CSS Codes

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

#4eabcb Text Font Color

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

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


#4eabcb Background Color

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

This div background color is #4eabcb


#4eabcb Border Color

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

This div border color is #4eabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eabcb


Comments

No comments written yet.

Please login to write comment.