Color Hex Logo

#84dabe Color Hex

#84DABE
(132,218,190)
0 Favorites   0 Comments

Color spaces of #84dabe

RGB 132218190
HSL0.450.540.69
HSV160°39°85°
CMYK 0.390.000.13   0.15
XYZ43.881458.766057.7454
Yxy58.76600.27360.3664
Hunter Lab76.6590-31.97568.9995
CIE-Lab81.1628-32.36345.6337

#84dabe color RGB value is (132,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011010 10111110
Octal 204 332 276
Decimal 132 218 190
Hex 84 DA BE

RGB Percentages of Color #84dabe

%24.44
%40.37
%35.19

CMYK Percentages of Color #84dabe

%39
%0
%13
%15

Triadic Colors of #84dabe

#84dabe #be84da #dabe84

Analogous Colors of #84dabe

#84dabe #84cbda #84da93

Monochromatic Colors of #84dabe

#84dabe

Complementary Color

#84dabe #da84a0

#84dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dabe Color CSS Codes

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

#84dabe Text Font Color

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

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


#84dabe Background Color

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

This div background color is #84dabe


#84dabe Border Color

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

This div border color is #84dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dabe


Comments

No comments written yet.

Please login to write comment.