Color Hex Logo

#71abca Color Hex

#71ABCA
(113,171,202)
0 Favorites   0 Comments

Color spaces of #71abca

RGB 113171202
HSL0.560.460.62
HSV201°44°79°
CMYK 0.440.150.00   0.21
XYZ32.033636.900861.3113
Yxy36.90080.24590.2833
Hunter Lab60.7460-12.1760-17.3195
CIE-Lab67.2025-10.6745-21.7017

#71abca color RGB value is (113,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101011 11001010
Octal 161 253 312
Decimal 113 171 202
Hex 71 AB CA

RGB Percentages of Color #71abca

%23.25
%35.19
%41.56

CMYK Percentages of Color #71abca

%44
%15
%0
%21

Triadic Colors of #71abca

#71abca #ca71ab #abca71

Analogous Colors of #71abca

#71abca #717fca #71cabd

Monochromatic Colors of #71abca

#71abca

Complementary Color

#71abca #ca9071

#71abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#71abca Color CSS Codes

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

#71abca Text Font Color

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

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


#71abca Background Color

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

This div background color is #71abca


#71abca Border Color

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

This div border color is #71abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71abca


Comments

No comments written yet.

Please login to write comment.