Color Hex Logo

#71c2df Color Hex

#71C2DF
(113,194,223)
0 Favorites   0 Comments

Color spaces of #71c2df

RGB 113194223
HSL0.540.630.66
HSV196°49°87°
CMYK 0.490.130.00   0.13
XYZ39.421147.422076.8877
Yxy47.42200.24080.2896
Hunter Lab68.8636-18.3287-17.9940
CIE-Lab74.4589-17.0310-22.1357

#71c2df color RGB value is (113,194,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11000010 11011111
Octal 161 302 337
Decimal 113 194 223
Hex 71 C2 DF

RGB Percentages of Color #71c2df

%21.32
%36.60
%42.08

CMYK Percentages of Color #71c2df

%49
%13
%0
%13

Triadic Colors of #71c2df

#71c2df #df71c2 #c2df71

Analogous Colors of #71c2df

#71c2df #718bdf #71dfc5

Monochromatic Colors of #71c2df

#71c2df

Complementary Color

#71c2df #df8e71

#71c2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71c2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#71c2df Color CSS Codes

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

#71c2df Text Font Color

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

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


#71c2df Background Color

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

This div background color is #71c2df


#71c2df Border Color

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

This div border color is #71c2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71c2df


Comments

No comments written yet.

Please login to write comment.