Color Hex Logo

#71ccdf Color Hex

#71CCDF
(113,204,223)
0 Favorites   0 Comments

Color spaces of #71ccdf

RGB 113204223
HSL0.530.630.66
HSV190°49°87°
CMYK 0.490.090.00   0.13
XYZ41.722252.024277.6547
Yxy52.02420.24340.3035
Hunter Lab72.1278-22.9706-13.3437
CIE-Lab77.2953-22.1384-17.8356

#71ccdf color RGB value is (113,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001100 11011111
Octal 161 314 337
Decimal 113 204 223
Hex 71 CC DF

RGB Percentages of Color #71ccdf

%20.93
%37.78
%41.30

CMYK Percentages of Color #71ccdf

%49
%9
%0
%13

Triadic Colors of #71ccdf

#71ccdf #df71cc #ccdf71

Analogous Colors of #71ccdf

#71ccdf #7195df #71dfbb

Monochromatic Colors of #71ccdf

#71ccdf

Complementary Color

#71ccdf #df8471

#71ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ccdf Color CSS Codes

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

#71ccdf Text Font Color

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

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


#71ccdf Background Color

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

This div background color is #71ccdf


#71ccdf Border Color

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

This div border color is #71ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ccdf


Comments

No comments written yet.

Please login to write comment.