Color Hex Logo

#71bbec Color Hex

#71BBEC
(113,187,236)
0 Favorites   0 Comments

Color spaces of #71bbec

RGB 113187236
HSL0.570.760.68
HSV204°52°93°
CMYK 0.520.210.00   0.07
XYZ39.720745.107585.9700
Yxy45.10750.23260.2641
Hunter Lab67.1621-11.9661-28.8799
CIE-Lab72.9626-9.6393-31.4688

#71bbec color RGB value is (113,187,236).

#71bbec hex color red value is 113, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #71bbec hue: 0.57 , saturation: 0.76 and the lightness value of 71bbec is 0.68.

The process color (four color CMYK) of #71bbec color hex is 0.52, 0.21, 0.00, 0.07. Web safe color of #71bbec is #66ccff. Color #71bbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111011 11101100
Octal 161 273 354
Decimal 113 187 236
Hex 71 BB EC

RGB Percentages of Color #71bbec

%21.08
%34.89
%44.03

CMYK Percentages of Color #71bbec

%52
%21
%0
%7

Triadic Colors of #71bbec

#71bbec #ec71bb #bbec71

Analogous Colors of #71bbec

#71bbec #717eec #71ece0

Monochromatic Colors of #71bbec

#71bbec

Complementary Color

#71bbec #eca271

#71bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bbec Color CSS Codes

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

#71bbec Text Font Color

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

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


#71bbec Background Color

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

This div background color is #71bbec


#71bbec Border Color

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

This div border color is #71bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bbec


Comments

No comments written yet.

Please login to write comment.