Color Hex Logo

#84dabf Color Hex

#84DABF
(132,218,191)
0 Favorites   0 Comments

Color spaces of #84dabf

RGB 132218191
HSL0.450.540.69
HSV161°39°85°
CMYK 0.390.000.12   0.15
XYZ43.991158.809958.3231
Yxy58.80990.27300.3650
Hunter Lab76.6876-31.80858.5896
CIE-Lab81.1870-32.14605.1373

#84dabf color RGB value is (132,218,191).

#84dabf hex color red value is 132, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #84dabf hue: 0.45 , saturation: 0.54 and the lightness value of 84dabf is 0.69.

The process color (four color CMYK) of #84dabf color hex is 0.39, 0.00, 0.12, 0.15. Web safe color of #84dabf is #99cccc. Color #84dabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011010 10111111
Octal 204 332 277
Decimal 132 218 191
Hex 84 DA BF

RGB Percentages of Color #84dabf

%24.40
%40.30
%35.30

CMYK Percentages of Color #84dabf

%39
%0
%12
%15

Triadic Colors of #84dabf

#84dabf #bf84da #dabf84

Analogous Colors of #84dabf

#84dabf #84cada #84da94

Monochromatic Colors of #84dabf

#84dabf

Complementary Color

#84dabf #da849f

#84dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dabf Color CSS Codes

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

#84dabf Text Font Color

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

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


#84dabf Background Color

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

This div background color is #84dabf


#84dabf Border Color

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

This div border color is #84dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dabf


Comments

No comments written yet.

Please login to write comment.