Color Hex Logo

#84dfac Color Hex

#84DFAC
(132,223,172)
0 Favorites   0 Comments

Color spaces of #84dfac

RGB 132223172
HSL0.410.590.70
HSV146°41°87°
CMYK 0.410.000.23   0.13
XYZ43.349860.659448.4534
Yxy60.65940.28430.3979
Hunter Lab77.8841-36.945317.6333
CIE-Lab82.1953-38.380716.6096

#84dfac color RGB value is (132,223,172).

#84dfac hex color red value is 132, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #84dfac hue: 0.41 , saturation: 0.59 and the lightness value of 84dfac is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011111 10101100
Octal 204 337 254
Decimal 132 223 172
Hex 84 DF AC

RGB Percentages of Color #84dfac

%25.05
%42.31
%32.64

CMYK Percentages of Color #84dfac

%41
%0
%23
%13

Triadic Colors of #84dfac

#84dfac #ac84df #dfac84

Analogous Colors of #84dfac

#84dfac #84dfda #8adf84

Monochromatic Colors of #84dfac

#84dfac

Complementary Color

#84dfac #df84b7

#84dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dfac Color CSS Codes

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

#84dfac Text Font Color

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

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


#84dfac Background Color

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

This div background color is #84dfac


#84dfac Border Color

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

This div border color is #84dfac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,223,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dfac


Comments

No comments written yet.

Please login to write comment.