Color Hex Logo

#71abcb Color Hex

#71ABCB
(113,171,203)
0 Favorites   0 Comments

Color spaces of #71abcb

RGB 113171203
HSL0.560.460.62
HSV201°44°80°
CMYK 0.440.160.00   0.20
XYZ32.152536.948361.9370
Yxy36.94830.24540.2820
Hunter Lab60.7851-11.9557-17.8640
CIE-Lab67.2382-10.3983-22.2001

#71abcb color RGB value is (113,171,203).

#71abcb hex color red value is 113, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #71abcb hue: 0.56 , saturation: 0.46 and the lightness value of 71abcb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101011 11001011
Octal 161 253 313
Decimal 113 171 203
Hex 71 AB CB

RGB Percentages of Color #71abcb

%23.20
%35.11
%41.68

CMYK Percentages of Color #71abcb

%44
%16
%0
%20

Triadic Colors of #71abcb

#71abcb #cb71ab #abcb71

Analogous Colors of #71abcb

#71abcb #717ecb #71cbbe

Monochromatic Colors of #71abcb

#71abcb

Complementary Color

#71abcb #cb9171

#71abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71abcb Color CSS Codes

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

#71abcb Text Font Color

<p style="color:#71abcb">Text here</p>

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


#71abcb Background Color

<div style="background-color:#71abcb">
Div content here</div>

This div background color is #71abcb


#71abcb Border Color

<div style="border:3px solid #71abcb">
Div here</div>

This div border color is #71abcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71abcb


Comments

No comments written yet.

Please login to write comment.