Color Hex Logo

#71cadf Color Hex

#71CADF
(113,202,223)
0 Favorites   0 Comments

Color spaces of #71cadf

RGB 113202223
HSL0.530.630.66
HSV191°49°87°
CMYK 0.490.090.00   0.13
XYZ41.249951.079577.4973
Yxy51.07950.24290.3008
Hunter Lab71.4699-22.0485-14.2612
CIE-Lab76.7271-21.1288-18.6944

#71cadf color RGB value is (113,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11001010 11011111
Octal 161 312 337
Decimal 113 202 223
Hex 71 CA DF

RGB Percentages of Color #71cadf

%21.00
%37.55
%41.45

CMYK Percentages of Color #71cadf

%49
%9
%0
%13

Triadic Colors of #71cadf

#71cadf #df71ca #cadf71

Analogous Colors of #71cadf

#71cadf #7193df #71dfbd

Monochromatic Colors of #71cadf

#71cadf

Complementary Color

#71cadf #df8671

#71cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71cadf Color CSS Codes

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

#71cadf Text Font Color

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

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


#71cadf Background Color

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

This div background color is #71cadf


#71cadf Border Color

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

This div border color is #71cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71cadf


Comments

No comments written yet.

Please login to write comment.