Color Hex Logo

#71adbd Color Hex

#71ADBD
(113,173,189)
0 Favorites   0 Comments

Color spaces of #71adbd

RGB 113173189
HSL0.540.370.59
HSV193°40°74°
CMYK 0.400.080.00   0.26
XYZ30.938937.072053.6691
Yxy37.07200.25430.3047
Hunter Lab60.8868-15.8492-9.6409
CIE-Lab67.3310-15.2379-14.3116

#71adbd color RGB value is (113,173,189).

#71adbd hex color red value is 113, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #71adbd hue: 0.54 , saturation: 0.37 and the lightness value of 71adbd is 0.59.

The process color (four color CMYK) of #71adbd color hex is 0.40, 0.08, 0.00, 0.26. Web safe color of #71adbd is #6699cc. Color #71adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101101 10111101
Octal 161 255 275
Decimal 113 173 189
Hex 71 AD BD

RGB Percentages of Color #71adbd

%23.79
%36.42
%39.79

CMYK Percentages of Color #71adbd

%40
%8
%0
%26

Triadic Colors of #71adbd

#71adbd #bd71ad #adbd71

Analogous Colors of #71adbd

#71adbd #7187bd #71bda7

Monochromatic Colors of #71adbd

#71adbd

Complementary Color

#71adbd #bd8171

#71adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71adbd Color CSS Codes

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

#71adbd Text Font Color

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

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


#71adbd Background Color

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

This div background color is #71adbd


#71adbd Border Color

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

This div border color is #71adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71adbd


Comments

No comments written yet.

Please login to write comment.