Color Hex Logo

#71b1dd Color Hex

#71B1DD
(113,177,221)
0 Favorites   0 Comments

Color spaces of #71b1dd

RGB 113177221
HSL0.570.610.65
HSV204°49°87°
CMYK 0.490.200.00   0.13
XYZ35.583340.175474.2858
Yxy40.17540.23720.2678
Hunter Lab63.3841-10.7137-25.1187
CIE-Lab69.5943-8.5786-28.4909

#71b1dd color RGB value is (113,177,221).

#71b1dd hex color red value is 113, green value is 177 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #71b1dd hue: 0.57 , saturation: 0.61 and the lightness value of 71b1dd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10110001 11011101
Octal 161 261 335
Decimal 113 177 221
Hex 71 B1 DD

RGB Percentages of Color #71b1dd

%22.11
%34.64
%43.25

CMYK Percentages of Color #71b1dd

%49
%20
%0
%13

Triadic Colors of #71b1dd

#71b1dd #dd71b1 #b1dd71

Analogous Colors of #71b1dd

#71b1dd #717bdd #71ddd3

Monochromatic Colors of #71b1dd

#71b1dd

Complementary Color

#71b1dd #dd9d71

#71b1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71b1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71b1dd Color CSS Codes

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

#71b1dd Text Font Color

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

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


#71b1dd Background Color

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

This div background color is #71b1dd


#71b1dd Border Color

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

This div border color is #71b1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71b1dd


Comments

No comments written yet.

Please login to write comment.