Color Hex Logo

#84dabb Color Hex

#84DABB
(132,218,187)
0 Favorites   0 Comments

Color spaces of #84dabb

RGB 132218187
HSL0.440.540.69
HSV158°39°85°
CMYK 0.390.000.14   0.15
XYZ43.556858.636256.0359
Yxy58.63620.27530.3706
Hunter Lab76.5743-32.471010.2145
CIE-Lab81.0912-33.01017.1238

#84dabb color RGB value is (132,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011010 10111011
Octal 204 332 273
Decimal 132 218 187
Hex 84 DA BB

RGB Percentages of Color #84dabb

%24.58
%40.60
%34.82

CMYK Percentages of Color #84dabb

%39
%0
%14
%15

Triadic Colors of #84dabb

#84dabb #bb84da #dabb84

Analogous Colors of #84dabb

#84dabb #84ceda #84da90

Monochromatic Colors of #84dabb

#84dabb

Complementary Color

#84dabb #da84a3

#84dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dabb Color CSS Codes

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

#84dabb Text Font Color

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

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


#84dabb Background Color

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

This div background color is #84dabb


#84dabb Border Color

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

This div border color is #84dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dabb


Comments

No comments written yet.

Please login to write comment.