Color Hex Logo

#71abdf Color Hex

#71ABDF
(113,171,223)
0 Favorites   0 Comments

Color spaces of #71abdf

RGB 113171223
HSL0.580.630.66
HSV208°49°87°
CMYK 0.490.230.00   0.13
XYZ34.692237.964275.3114
Yxy37.96420.23450.2566
Hunter Lab61.6151-7.3225-29.3389
CIE-Lab67.9942-4.7154-32.0562

#71abdf color RGB value is (113,171,223).

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

The process color (four color CMYK) of #71abdf color hex is 0.49, 0.23, 0.00, 0.13. Web safe color of #71abdf is #6699cc. Color #71abdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101011 11011111
Octal 161 253 337
Decimal 113 171 223
Hex 71 AB DF

RGB Percentages of Color #71abdf

%22.29
%33.73
%43.98

CMYK Percentages of Color #71abdf

%49
%23
%0
%13

Triadic Colors of #71abdf

#71abdf #df71ab #abdf71

Analogous Colors of #71abdf

#71abdf #7174df #71dfdc

Monochromatic Colors of #71abdf

#71abdf

Complementary Color

#71abdf #dfa571

#71abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71abdf Color CSS Codes

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

#71abdf Text Font Color

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

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


#71abdf Background Color

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

This div background color is #71abdf


#71abdf Border Color

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

This div border color is #71abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71abdf


Comments

No comments written yet.

Please login to write comment.