Color Hex Logo

#84dbba Color Hex

#84DBBA
(132,219,186)
0 Favorites   0 Comments

Color spaces of #84dbba

RGB 132219186
HSL0.440.550.69
HSV157°40°86°
CMYK 0.400.000.15   0.14
XYZ43.710259.113755.5607
Yxy59.11370.27600.3732
Hunter Lab76.8854-33.070310.9743
CIE-Lab81.3541-33.69108.0313

#84dbba color RGB value is (132,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011011 10111010
Octal 204 333 272
Decimal 132 219 186
Hex 84 DB BA

RGB Percentages of Color #84dbba

%24.58
%40.78
%34.64

CMYK Percentages of Color #84dbba

%40
%0
%15
%14

Triadic Colors of #84dbba

#84dbba #ba84db #dbba84

Analogous Colors of #84dbba

#84dbba #84d1db #84db8f

Monochromatic Colors of #84dbba

#84dbba

Complementary Color

#84dbba #db84a5

#84dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dbba Color CSS Codes

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

#84dbba Text Font Color

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

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


#84dbba Background Color

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

This div background color is #84dbba


#84dbba Border Color

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

This div border color is #84dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dbba

#84dbba Color Palettes


Comments

No comments written yet.

Please login to write comment.