Color Hex Logo

#71afcd Color Hex

#71AFCD
(113,175,205)
0 Favorites   0 Comments

Color spaces of #71afcd

RGB 113175205
HSL0.550.480.62
HSV200°45°80°
CMYK 0.450.150.00   0.20
XYZ33.159538.578463.4563
Yxy38.57840.24530.2854
Hunter Lab62.1115-13.3993-17.0956
CIE-Lab68.4448-11.9991-21.4639

#71afcd color RGB value is (113,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10101111 11001101
Octal 161 257 315
Decimal 113 175 205
Hex 71 AF CD

RGB Percentages of Color #71afcd

%22.92
%35.50
%41.58

CMYK Percentages of Color #71afcd

%45
%15
%0
%20

Triadic Colors of #71afcd

#71afcd #cd71af #afcd71

Analogous Colors of #71afcd

#71afcd #7181cd #71cdbd

Monochromatic Colors of #71afcd

#71afcd

Complementary Color

#71afcd #cd8f71

#71afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71afcd Color CSS Codes

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

#71afcd Text Font Color

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

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


#71afcd Background Color

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

This div background color is #71afcd


#71afcd Border Color

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

This div border color is #71afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71afcd


Comments

No comments written yet.

Please login to write comment.