Color Hex Logo

#71dfca Color Hex

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

Color spaces of #71dfca

RGB 113223202
HSL0.470.630.66
HSV169°49°87°
CMYK 0.490.000.09   0.13
XYZ43.858460.550365.2529
Yxy60.55030.25850.3569
Hunter Lab77.8141-35.56654.7508
CIE-Lab82.1364-36.62750.5804

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

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

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

Base Numbers

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

RGB Percentages of Color #71dfca

%21.00
%41.45
%37.55

CMYK Percentages of Color #71dfca

%49
%0
%9
%13

Triadic Colors of #71dfca

#71dfca #ca71df #dfca71

Analogous Colors of #71dfca

#71dfca #71bddf #71df93

Monochromatic Colors of #71dfca

#71dfca

Complementary Color

#71dfca #df7186

#71dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dfca Color CSS Codes

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

#71dfca Text Font Color

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

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


#71dfca Background Color

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

This div background color is #71dfca


#71dfca Border Color

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

This div border color is #71dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dfca


Comments

No comments written yet.

Please login to write comment.