Color Hex Logo

#84d7bf Color Hex

#84D7BF
(132,215,191)
0 Favorites   0 Comments

Color spaces of #84d7bf

RGB 132215191
HSL0.450.510.68
HSV163°39°84°
CMYK 0.390.000.11   0.16
XYZ43.220157.268058.0661
Yxy57.26800.27260.3612
Hunter Lab75.6756-30.48697.4796
CIE-Lab80.3301-30.72533.8988

#84d7bf color RGB value is (132,215,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11010111 10111111
Octal 204 327 277
Decimal 132 215 191
Hex 84 D7 BF

RGB Percentages of Color #84d7bf

%24.54
%39.96
%35.50

CMYK Percentages of Color #84d7bf

%39
%0
%11
%16

Triadic Colors of #84d7bf

#84d7bf #bf84d7 #d7bf84

Analogous Colors of #84d7bf

#84d7bf #84c6d7 #84d796

Monochromatic Colors of #84d7bf

#84d7bf

Complementary Color

#84d7bf #d7849c

#84d7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84d7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84d7bf Color CSS Codes

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

#84d7bf Text Font Color

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

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


#84d7bf Background Color

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

This div background color is #84d7bf


#84d7bf Border Color

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

This div border color is #84d7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84d7bf


Comments

No comments written yet.

Please login to write comment.