Color Hex Logo

#71bfcb Color Hex

#71BFCB
(113,191,203)
0 Favorites   0 Comments

Color spaces of #71bfcb

RGB 113191203
HSL0.520.460.62
HSV188°44°80°
CMYK 0.440.060.00   0.20
XYZ36.220345.084163.2930
Yxy45.08410.25050.3118
Hunter Lab67.1447-21.2138-8.8876
CIE-Lab72.9472-20.8934-13.5576

#71bfcb color RGB value is (113,191,203).

#71bfcb hex color red value is 113, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #71bfcb hue: 0.52 , saturation: 0.46 and the lightness value of 71bfcb is 0.62.

The process color (four color CMYK) of #71bfcb color hex is 0.44, 0.06, 0.00, 0.20. Web safe color of #71bfcb is #66cccc. Color #71bfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111111 11001011
Octal 161 277 313
Decimal 113 191 203
Hex 71 BF CB

RGB Percentages of Color #71bfcb

%22.29
%37.67
%40.04

CMYK Percentages of Color #71bfcb

%44
%6
%0
%20

Triadic Colors of #71bfcb

#71bfcb #cb71bf #bfcb71

Analogous Colors of #71bfcb

#71bfcb #7192cb #71cbaa

Monochromatic Colors of #71bfcb

#71bfcb

Complementary Color

#71bfcb #cb7d71

#71bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bfcb Color CSS Codes

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

#71bfcb Text Font Color

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

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


#71bfcb Background Color

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

This div background color is #71bfcb


#71bfcb Border Color

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

This div border color is #71bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bfcb


Comments

No comments written yet.

Please login to write comment.