Color Hex Logo

#71dcca Color Hex

#71DCCA
(113,220,202)
0 Favorites   0 Comments

Color spaces of #71dcca

RGB 113220202
HSL0.470.600.65
HSV170°49°86°
CMYK 0.490.000.08   0.14
XYZ43.063958.961464.9881
Yxy58.96140.25780.3530
Hunter Lab76.7863-34.26833.5703
CIE-Lab81.2704-35.2419-0.6844

#71dcca color RGB value is (113,220,202).

#71dcca hex color red value is 113, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #71dcca hue: 0.47 , saturation: 0.60 and the lightness value of 71dcca is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011100 11001010
Octal 161 334 312
Decimal 113 220 202
Hex 71 DC CA

RGB Percentages of Color #71dcca

%21.12
%41.12
%37.76

CMYK Percentages of Color #71dcca

%49
%0
%8
%14

Triadic Colors of #71dcca

#71dcca #ca71dc #dcca71

Analogous Colors of #71dcca

#71dcca #71b9dc #71dc95

Monochromatic Colors of #71dcca

#71dcca

Complementary Color

#71dcca #dc7183

#71dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dcca Color CSS Codes

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

#71dcca Text Font Color

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

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


#71dcca Background Color

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

This div background color is #71dcca


#71dcca Border Color

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

This div border color is #71dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dcca


Comments

No comments written yet.

Please login to write comment.