Color Hex Logo

#71b9cd Color Hex

#71B9CD
(113,185,205)
0 Favorites   0 Comments

Color spaces of #71b9cd

RGB 113185205
HSL0.540.480.62
HSV193°45°80°
CMYK 0.450.100.00   0.20
XYZ35.178542.616464.1293
Yxy42.61640.24790.3003
Hunter Lab65.2812-18.0528-12.5469
CIE-Lab71.2938-17.2760-17.1403

#71b9cd color RGB value is (113,185,205).

#71b9cd hex color red value is 113, green value is 185 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #71b9cd hue: 0.54 , saturation: 0.48 and the lightness value of 71b9cd is 0.62.

The process color (four color CMYK) of #71b9cd color hex is 0.45, 0.10, 0.00, 0.20. Web safe color of #71b9cd is #66cccc. Color #71b9cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111001 11001101
Octal 161 271 315
Decimal 113 185 205
Hex 71 B9 CD

RGB Percentages of Color #71b9cd

%22.47
%36.78
%40.76

CMYK Percentages of Color #71b9cd

%45
%10
%0
%20

Triadic Colors of #71b9cd

#71b9cd #cd71b9 #b9cd71

Analogous Colors of #71b9cd

#71b9cd #718bcd #71cdb3

Monochromatic Colors of #71b9cd

#71b9cd

Complementary Color

#71b9cd #cd8571

#71b9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71b9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71b9cd Color CSS Codes

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

#71b9cd Text Font Color

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

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


#71b9cd Background Color

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

This div background color is #71b9cd


#71b9cd Border Color

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

This div border color is #71b9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71b9cd


Comments

No comments written yet.

Please login to write comment.