Color Hex Logo

#84dfbf Color Hex

#84DFBF
(132,223,191)
0 Favorites   0 Comments

Color spaces of #84dfbf

RGB 132223191
HSL0.440.590.70
HSV159°41°87°
CMYK 0.410.000.14   0.13
XYZ45.307461.442558.7618
Yxy61.44250.27370.3712
Hunter Lab78.3853-33.999610.4227
CIE-Lab82.6161-34.48607.1950

#84dfbf color RGB value is (132,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011111 10111111
Octal 204 337 277
Decimal 132 223 191
Hex 84 DF BF

RGB Percentages of Color #84dfbf

%24.18
%40.84
%34.98

CMYK Percentages of Color #84dfbf

%41
%0
%14
%13

Triadic Colors of #84dfbf

#84dfbf #bf84df #dfbf84

Analogous Colors of #84dfbf

#84dfbf #84d2df #84df92

Monochromatic Colors of #84dfbf

#84dfbf

Complementary Color

#84dfbf #df84a4

#84dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dfbf Color CSS Codes

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

#84dfbf Text Font Color

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

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


#84dfbf Background Color

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

This div background color is #84dfbf


#84dfbf Border Color

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

This div border color is #84dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dfbf


Comments

No comments written yet.

Please login to write comment.