Color Hex Logo

#71adcb Color Hex

#71ADCB
(113,173,203)
0 Favorites   0 Comments

Color spaces of #71adcb

RGB 113173203
HSL0.560.460.62
HSV200°44°80°
CMYK 0.440.150.00   0.20
XYZ32.533137.709662.0639
Yxy37.70960.24590.2850
Hunter Lab61.4081-12.8977-16.9374
CIE-Lab67.8060-11.4765-21.3342

#71adcb color RGB value is (113,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101101 11001011
Octal 161 255 313
Decimal 113 173 203
Hex 71 AD CB

RGB Percentages of Color #71adcb

%23.11
%35.38
%41.51

CMYK Percentages of Color #71adcb

%44
%15
%0
%20

Triadic Colors of #71adcb

#71adcb #cb71ad #adcb71

Analogous Colors of #71adcb

#71adcb #7180cb #71cbbc

Monochromatic Colors of #71adcb

#71adcb

Complementary Color

#71adcb #cb8f71

#71adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71adcb Color CSS Codes

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

#71adcb Text Font Color

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

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


#71adcb Background Color

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

This div background color is #71adcb


#71adcb Border Color

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

This div border color is #71adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71adcb


Comments

No comments written yet.

Please login to write comment.