Color Hex Logo

#71bdbf Color Hex

#71BDBF
(113,189,191)
0 Favorites   0 Comments

Color spaces of #71bdbf

RGB 113189191
HSL0.500.380.60
HSV182°41°75°
CMYK 0.410.010.00   0.25
XYZ34.411643.667555.9052
Yxy43.66750.25680.3259
Hunter Lab66.0814-22.6893-3.9027
CIE-Lab72.0057-22.9723-8.4162

#71bdbf color RGB value is (113,189,191).

#71bdbf hex color red value is 113, green value is 189 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #71bdbf hue: 0.50 , saturation: 0.38 and the lightness value of 71bdbf is 0.60.

The process color (four color CMYK) of #71bdbf color hex is 0.41, 0.01, 0.00, 0.25. Web safe color of #71bdbf is #66cccc. Color #71bdbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111101 10111111
Octal 161 275 277
Decimal 113 189 191
Hex 71 BD BF

RGB Percentages of Color #71bdbf

%22.92
%38.34
%38.74

CMYK Percentages of Color #71bdbf

%41
%1
%0
%25

Triadic Colors of #71bdbf

#71bdbf #bf71bd #bdbf71

Analogous Colors of #71bdbf

#71bdbf #7196bf #71bf9a

Monochromatic Colors of #71bdbf

#71bdbf

Complementary Color

#71bdbf #bf7371

#71bdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bdbf Color CSS Codes

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

#71bdbf Text Font Color

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

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


#71bdbf Background Color

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

This div background color is #71bdbf


#71bdbf Border Color

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

This div border color is #71bdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bdbf


Comments

No comments written yet.

Please login to write comment.