Color Hex Logo

#84dcbf Color Hex

#84DCBF
(132,220,191)
0 Favorites   0 Comments

Color spaces of #84dcbf

RGB 132220191
HSL0.450.560.69
HSV160°40°86°
CMYK 0.400.000.13   0.14
XYZ44.512959.853558.4970
Yxy59.85350.27330.3675
Hunter Lab77.3650-32.68679.3254
CIE-Lab81.7585-33.08615.9614

#84dcbf color RGB value is (132,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011100 10111111
Octal 204 334 277
Decimal 132 220 191
Hex 84 DC BF

RGB Percentages of Color #84dcbf

%24.31
%40.52
%35.17

CMYK Percentages of Color #84dcbf

%40
%0
%13
%14

Triadic Colors of #84dcbf

#84dcbf #bf84dc #dcbf84

Analogous Colors of #84dcbf

#84dcbf #84cddc #84dc93

Monochromatic Colors of #84dcbf

#84dcbf

Complementary Color

#84dcbf #dc84a1

#84dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dcbf Color CSS Codes

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

#84dcbf Text Font Color

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

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


#84dcbf Background Color

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

This div background color is #84dcbf


#84dcbf Border Color

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

This div border color is #84dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dcbf


Comments

No comments written yet.

Please login to write comment.