Color Hex Logo

#71bfdd Color Hex

#71BFDD
(113,191,221)
0 Favorites   0 Comments

Color spaces of #71bfdd

RGB 113191221
HSL0.550.610.65
HSV197°49°87°
CMYK 0.490.140.00   0.13
XYZ38.492045.992875.2554
Yxy45.99280.24100.2879
Hunter Lab67.8180-17.3688-18.3196
CIE-Lab73.5409-16.0267-22.4492

#71bfdd color RGB value is (113,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111111 11011101
Octal 161 277 335
Decimal 113 191 221
Hex 71 BF DD

RGB Percentages of Color #71bfdd

%21.52
%36.38
%42.10

CMYK Percentages of Color #71bfdd

%49
%14
%0
%13

Triadic Colors of #71bfdd

#71bfdd #dd71bf #bfdd71

Analogous Colors of #71bfdd

#71bfdd #7189dd #71ddc5

Monochromatic Colors of #71bfdd

#71bfdd

Complementary Color

#71bfdd #dd8f71

#71bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bfdd Color CSS Codes

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

#71bfdd Text Font Color

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

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


#71bfdd Background Color

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

This div background color is #71bfdd


#71bfdd Border Color

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

This div border color is #71bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bfdd


Comments

No comments written yet.

Please login to write comment.