Color Hex Logo

#71decf Color Hex

#71DECF
(113,222,207)
0 Favorites   0 Comments

Color spaces of #71decf

RGB 113222207
HSL0.480.620.66
HSV172°49°87°
CMYK 0.490.000.07   0.13
XYZ44.193860.258368.3332
Yxy60.25830.25580.3487
Hunter Lab77.6262-34.22312.1463
CIE-Lab81.9784-34.9640-2.3047

#71decf color RGB value is (113,222,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011110 11001111
Octal 161 336 317
Decimal 113 222 207
Hex 71 DE CF

RGB Percentages of Color #71decf

%20.85
%40.96
%38.19

CMYK Percentages of Color #71decf

%49
%0
%7
%13

Triadic Colors of #71decf

#71decf #cf71de #decf71

Analogous Colors of #71decf

#71decf #71b7de #71de99

Monochromatic Colors of #71decf

#71decf

Complementary Color

#71decf #de7180

#71decf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71decf Color Preview on White Background

Lorem ipsum dolor sit amet.

#71decf Color CSS Codes

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

#71decf Text Font Color

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

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


#71decf Background Color

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

This div background color is #71decf


#71decf Border Color

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

This div border color is #71decf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71decf


Comments

No comments written yet.

Please login to write comment.