Color Hex Logo

#4fabcb Color Hex

#4FABCB
(79,171,203)
0 Favorites   0 Comments

Color spaces of #4fabcb

RGB 79171203
HSL0.540.540.55
HSV195°61°80°
CMYK 0.610.160.00   0.20
XYZ28.566935.099961.7692
Yxy35.09990.22770.2798
Hunter Lab59.2452-17.6097-20.3443
CIE-Lab65.8264-17.7769-24.4846

#4fabcb color RGB value is (79,171,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101011 11001011
Octal 117 253 313
Decimal 79 171 203
Hex 4F AB CB

RGB Percentages of Color #4fabcb

%17.44
%37.75
%44.81

CMYK Percentages of Color #4fabcb

%61
%16
%0
%20

Triadic Colors of #4fabcb

#4fabcb #cb4fab #abcb4f

Analogous Colors of #4fabcb

#4fabcb #4f6dcb #4fcbad

Monochromatic Colors of #4fabcb

#4fabcb

Complementary Color

#4fabcb #cb6f4f

#4fabcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fabcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fabcb Color CSS Codes

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

#4fabcb Text Font Color

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

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


#4fabcb Background Color

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

This div background color is #4fabcb


#4fabcb Border Color

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

This div border color is #4fabcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fabcb


Comments

No comments written yet.

Please login to write comment.