Color Hex Logo

#71ddce Color Hex

#71DDCE
(113,221,206)
0 Favorites   0 Comments

Color spaces of #71ddce

RGB 113221206
HSL0.480.610.65
HSV172°49°87°
CMYK 0.490.000.07   0.13
XYZ43.807159.679867.6030
Yxy59.67980.25600.3488
Hunter Lab77.2527-33.97162.1929
CIE-Lab81.6638-34.7413-2.2349

#71ddce color RGB value is (113,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 11001110
Octal 161 335 316
Decimal 113 221 206
Hex 71 DD CE

RGB Percentages of Color #71ddce

%20.93
%40.93
%38.15

CMYK Percentages of Color #71ddce

%49
%0
%7
%13

Triadic Colors of #71ddce

#71ddce #ce71dd #ddce71

Analogous Colors of #71ddce

#71ddce #71b6dd #71dd98

Monochromatic Colors of #71ddce

#71ddce

Complementary Color

#71ddce #dd7180

#71ddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ddce Color CSS Codes

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

#71ddce Text Font Color

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

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


#71ddce Background Color

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

This div background color is #71ddce


#71ddce Border Color

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

This div border color is #71ddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ddce


Comments

No comments written yet.

Please login to write comment.