Color Hex Logo

#71ddca Color Hex

#71DDCA
(113,221,202)
0 Favorites   0 Comments

Color spaces of #71ddca

RGB 113221202
HSL0.470.610.65
HSV169°49°87°
CMYK 0.490.000.09   0.13
XYZ43.327259.487965.0758
Yxy59.48790.25810.3543
Hunter Lab77.1284-34.70163.9649
CIE-Lab81.5590-35.7051-0.2624

#71ddca color RGB value is (113,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 11001010
Octal 161 335 312
Decimal 113 221 202
Hex 71 DD CA

RGB Percentages of Color #71ddca

%21.08
%41.23
%37.69

CMYK Percentages of Color #71ddca

%49
%0
%9
%13

Triadic Colors of #71ddca

#71ddca #ca71dd #ddca71

Analogous Colors of #71ddca

#71ddca #71badd #71dd94

Monochromatic Colors of #71ddca

#71ddca

Complementary Color

#71ddca #dd7184

#71ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ddca Color CSS Codes

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

#71ddca Text Font Color

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

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


#71ddca Background Color

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

This div background color is #71ddca


#71ddca Border Color

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

This div border color is #71ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ddca


Comments

No comments written yet.

Please login to write comment.