Color Hex Logo

#71deae Color Hex

#71DEAE
(113,222,174)
0 Favorites   0 Comments

Color spaces of #71deae

RGB 113222174
HSL0.430.620.66
HSV154°49°87°
CMYK 0.490.000.22   0.13
XYZ40.571358.809349.2574
Yxy58.80930.27300.3957
Hunter Lab76.6872-39.767415.5982
CIE-Lab81.1867-42.438214.0307

#71deae color RGB value is (113,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011110 10101110
Octal 161 336 256
Decimal 113 222 174
Hex 71 DE AE

RGB Percentages of Color #71deae

%22.20
%43.61
%34.18

CMYK Percentages of Color #71deae

%49
%0
%22
%13

Triadic Colors of #71deae

#71deae #ae71de #deae71

Analogous Colors of #71deae

#71deae #71d8de #71de78

Monochromatic Colors of #71deae

#71deae

Complementary Color

#71deae #de71a1

#71deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#71deae Color CSS Codes

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

#71deae Text Font Color

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

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


#71deae Background Color

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

This div background color is #71deae


#71deae Border Color

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

This div border color is #71deae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71deae


Comments

No comments written yet.

Please login to write comment.