Color Hex Logo

#71dddb Color Hex

#71DDDB
(113,221,219)
0 Favorites   0 Comments

Color spaces of #71dddb

RGB 113221219
HSL0.500.610.65
HSV179°49°87°
CMYK 0.490.000.01   0.13
XYZ45.452760.338176.2686
Yxy60.33810.24970.3314
Hunter Lab77.6776-31.4873-3.8402
CIE-Lab82.0216-31.5067-8.6172

#71dddb color RGB value is (113,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011101 11011011
Octal 161 335 333
Decimal 113 221 219
Hex 71 DD DB

RGB Percentages of Color #71dddb

%20.43
%39.96
%39.60

CMYK Percentages of Color #71dddb

%49
%0
%1
%13

Triadic Colors of #71dddb

#71dddb #db71dd #dddb71

Analogous Colors of #71dddb

#71dddb #71a9dd #71dda5

Monochromatic Colors of #71dddb

#71dddb

Complementary Color

#71dddb #dd7173

#71dddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71dddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#71dddb Color CSS Codes

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

#71dddb Text Font Color

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

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


#71dddb Background Color

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

This div background color is #71dddb


#71dddb Border Color

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

This div border color is #71dddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71dddb


Comments

No comments written yet.

Please login to write comment.