Color Hex Logo

#71bfdf Color Hex

#71BFDF
(113,191,223)
0 Favorites   0 Comments

Color spaces of #71bfdf

RGB 113191223
HSL0.550.630.66
HSV197°49°87°
CMYK 0.490.140.00   0.13
XYZ38.760146.100076.6674
Yxy46.10000.24000.2854
Hunter Lab67.8970-16.9201-19.4207
CIE-Lab73.6104-15.4695-23.4284

#71bfdf color RGB value is (113,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10111111 11011111
Octal 161 277 337
Decimal 113 191 223
Hex 71 BF DF

RGB Percentages of Color #71bfdf

%21.44
%36.24
%42.31

CMYK Percentages of Color #71bfdf

%49
%14
%0
%13

Triadic Colors of #71bfdf

#71bfdf #df71bf #bfdf71

Analogous Colors of #71bfdf

#71bfdf #7188df #71dfc8

Monochromatic Colors of #71bfdf

#71bfdf

Complementary Color

#71bfdf #df9171

#71bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71bfdf Color CSS Codes

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

#71bfdf Text Font Color

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

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


#71bfdf Background Color

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

This div background color is #71bfdf


#71bfdf Border Color

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

This div border color is #71bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71bfdf


Comments

No comments written yet.

Please login to write comment.