Color Hex Logo

#71bcdd Color Hex

#71BCDD
(113,188,221)
0 Favorites   0 Comments

Color spaces of #71bcdd

RGB 113188221
HSL0.550.610.65
HSV198°49°87°
CMYK 0.490.150.00   0.13
XYZ37.844444.697675.0395
Yxy44.69760.24020.2836
Hunter Lab66.8563-15.9574-19.7477
CIE-Lab72.6923-14.4555-23.7429

#71bcdd color RGB value is (113,188,221).

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

The process color (four color CMYK) of #71bcdd color hex is 0.49, 0.15, 0.00, 0.13. Web safe color of #71bcdd is #66cccc. Color #71bcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111100 11011101
Octal 161 274 335
Decimal 113 188 221
Hex 71 BC DD

RGB Percentages of Color #71bcdd

%21.65
%36.02
%42.34

CMYK Percentages of Color #71bcdd

%49
%15
%0
%13

Triadic Colors of #71bcdd

#71bcdd #dd71bc #bcdd71

Analogous Colors of #71bcdd

#71bcdd #7186dd #71ddc8

Monochromatic Colors of #71bcdd

#71bcdd

Complementary Color

#71bcdd #dd9271

#71bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bcdd Color CSS Codes

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

#71bcdd Text Font Color

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

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


#71bcdd Background Color

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

This div background color is #71bcdd


#71bcdd Border Color

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

This div border color is #71bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bcdd

#71bcdd Color Palettes


Comments

No comments written yet.

Please login to write comment.