Color Hex Logo

#84deab Color Hex

#84DEAB
(132,222,171)
0 Favorites   0 Comments

Color spaces of #84deab

RGB 132222171
HSL0.410.580.69
HSV146°41°87°
CMYK 0.410.000.23   0.13
XYZ42.987760.088447.8606
Yxy60.08840.28480.3981
Hunter Lab77.5167-36.665217.6547
CIE-Lab81.8862-38.123116.7020

#84deab color RGB value is (132,222,171).

#84deab hex color red value is 132, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #84deab hue: 0.41 , saturation: 0.58 and the lightness value of 84deab is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011110 10101011
Octal 204 336 253
Decimal 132 222 171
Hex 84 DE AB

RGB Percentages of Color #84deab

%25.14
%42.29
%32.57

CMYK Percentages of Color #84deab

%41
%0
%23
%13

Triadic Colors of #84deab

#84deab #ab84de #deab84

Analogous Colors of #84deab

#84deab #84ded8 #8ade84

Monochromatic Colors of #84deab

#84deab

Complementary Color

#84deab #de84b7

#84deab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84deab Color Preview on White Background

Lorem ipsum dolor sit amet.

#84deab Color CSS Codes

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

#84deab Text Font Color

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

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


#84deab Background Color

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

This div background color is #84deab


#84deab Border Color

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

This div border color is #84deab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,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 #84deab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84deab


Comments

No comments written yet.

Please login to write comment.