Color Hex Logo

#71c9df Color Hex

#71C9DF
(113,201,223)
0 Favorites   0 Comments

Color spaces of #71c9df

RGB 113201223
HSL0.530.630.66
HSV192°49°87°
CMYK 0.490.100.00   0.13
XYZ41.016050.611777.4193
Yxy50.61170.24260.2994
Hunter Lab71.1419-21.5863-14.7223
CIE-Lab76.4432-20.6217-19.1240

#71c9df color RGB value is (113,201,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001001 11011111
Octal 161 311 337
Decimal 113 201 223
Hex 71 C9 DF

RGB Percentages of Color #71c9df

%21.04
%37.43
%41.53

CMYK Percentages of Color #71c9df

%49
%10
%0
%13

Triadic Colors of #71c9df

#71c9df #df71c9 #c9df71

Analogous Colors of #71c9df

#71c9df #7192df #71dfbe

Monochromatic Colors of #71c9df

#71c9df

Complementary Color

#71c9df #df8771

#71c9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71c9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#71c9df Color CSS Codes

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

#71c9df Text Font Color

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

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


#71c9df Background Color

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

This div background color is #71c9df


#71c9df Border Color

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

This div border color is #71c9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71c9df


Comments

No comments written yet.

Please login to write comment.