Color Hex Logo

#71ddde Color Hex

#71DDDE
(113,221,222)
0 Favorites   0 Comments

Color spaces of #71ddde

RGB 113221222
HSL0.500.620.66
HSV181°49°87°
CMYK 0.490.000.00   0.13
XYZ45.851360.497578.3678
Yxy60.49750.24820.3275
Hunter Lab77.7801-30.8897-5.2919
CIE-Lab82.1079-30.7388-10.0834

#71ddde color RGB value is (113,221,222).

#71ddde hex color red value is 113, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #71ddde hue: 0.50 , saturation: 0.62 and the lightness value of 71ddde is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 11011110
Octal 161 335 336
Decimal 113 221 222
Hex 71 DD DE

RGB Percentages of Color #71ddde

%20.32
%39.75
%39.93

CMYK Percentages of Color #71ddde

%49
%0
%0
%13

Triadic Colors of #71ddde

#71ddde #de71dd #ddde71

Analogous Colors of #71ddde

#71ddde #71a7de #71dea9

Monochromatic Colors of #71ddde

#71ddde

Complementary Color

#71ddde #de7271

#71ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#71ddde Color CSS Codes

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

#71ddde Text Font Color

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

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


#71ddde Background Color

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

This div background color is #71ddde


#71ddde Border Color

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

This div border color is #71ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71ddde


Comments

No comments written yet.

Please login to write comment.