Color Hex Logo

#71abcf Color Hex

#71ABCF
(113,171,207)
0 Favorites   0 Comments

Color spaces of #71abcf

RGB 113171207
HSL0.560.490.63
HSV203°45°81°
CMYK 0.450.170.00   0.19
XYZ32.635437.141564.4804
Yxy37.14150.24310.2766
Hunter Lab60.9438-11.0650-20.0699
CIE-Lab67.3831-9.2871-24.1884

#71abcf color RGB value is (113,171,207).

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

The process color (four color CMYK) of #71abcf color hex is 0.45, 0.17, 0.00, 0.19. Web safe color of #71abcf is #6699cc. Color #71abcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101011 11001111
Octal 161 253 317
Decimal 113 171 207
Hex 71 AB CF

RGB Percentages of Color #71abcf

%23.01
%34.83
%42.16

CMYK Percentages of Color #71abcf

%45
%17
%0
%19

Triadic Colors of #71abcf

#71abcf #cf71ab #abcf71

Analogous Colors of #71abcf

#71abcf #717ccf #71cfc4

Monochromatic Colors of #71abcf

#71abcf

Complementary Color

#71abcf #cf9571

#71abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71abcf Color CSS Codes

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

#71abcf Text Font Color

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

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


#71abcf Background Color

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

This div background color is #71abcf


#71abcf Border Color

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

This div border color is #71abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71abcf


Comments

No comments written yet.

Please login to write comment.