Color Hex Logo

#71deab Color Hex

#71DEAB
(113,222,171)
0 Favorites   0 Comments

Color spaces of #71deab

RGB 113222171
HSL0.420.620.66
HSV152°49°87°
CMYK 0.490.000.23   0.13
XYZ40.282058.693547.7340
Yxy58.69350.27460.4001
Hunter Lab76.6117-40.216116.6867
CIE-Lab81.1228-43.060015.5200

#71deab color RGB value is (113,222,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 11011110 10101011
Octal 161 336 253
Decimal 113 222 171
Hex 71 DE AB

RGB Percentages of Color #71deab

%22.33
%43.87
%33.79

CMYK Percentages of Color #71deab

%49
%0
%23
%13

Triadic Colors of #71deab

#71deab #ab71de #deab71

Analogous Colors of #71deab

#71deab #71dbde #71de75

Monochromatic Colors of #71deab

#71deab

Complementary Color

#71deab #de71a4

#71deab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71deab Color Preview on White Background

Lorem ipsum dolor sit amet.

#71deab Color CSS Codes

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

#71deab Text Font Color

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

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


#71deab Background Color

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

This div background color is #71deab


#71deab Border Color

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

This div border color is #71deab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71deab


Comments

No comments written yet.

Please login to write comment.