Color Hex Logo

#71bcde Color Hex

#71BCDE
(113,188,222)
0 Favorites   0 Comments

Color spaces of #71bcde

RGB 113188222
HSL0.550.620.66
HSV199°49°87°
CMYK 0.490.150.00   0.13
XYZ37.978144.751175.7434
Yxy44.75110.23970.2824
Hunter Lab66.8963-15.7311-20.3038
CIE-Lab72.7277-14.1753-24.2326

#71bcde color RGB value is (113,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111100 11011110
Octal 161 274 336
Decimal 113 188 222
Hex 71 BC DE

RGB Percentages of Color #71bcde

%21.61
%35.95
%42.45

CMYK Percentages of Color #71bcde

%49
%15
%0
%13

Triadic Colors of #71bcde

#71bcde #de71bc #bcde71

Analogous Colors of #71bcde

#71bcde #7186de #71deca

Monochromatic Colors of #71bcde

#71bcde

Complementary Color

#71bcde #de9371

#71bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bcde Color CSS Codes

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

#71bcde Text Font Color

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

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


#71bcde Background Color

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

This div background color is #71bcde


#71bcde Border Color

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

This div border color is #71bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bcde


Comments

No comments written yet.

Please login to write comment.