Color Hex Logo

#84dedb Color Hex

#84DEDB
(132,222,219)
0 Favorites   0 Comments

Color spaces of #84dedb

RGB 132222219
HSL0.490.580.69
HSV178°41°87°
CMYK 0.410.000.01   0.13
XYZ48.423262.262676.4835
Yxy62.26260.25870.3327
Hunter Lab78.9067-28.5453-2.2346
CIE-Lab83.0529-27.6131-7.0059

#84dedb color RGB value is (132,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011110 11011011
Octal 204 336 333
Decimal 132 222 219
Hex 84 DE DB

RGB Percentages of Color #84dedb

%23.04
%38.74
%38.22

CMYK Percentages of Color #84dedb

%41
%0
%1
%13

Triadic Colors of #84dedb

#84dedb #db84de #dedb84

Analogous Colors of #84dedb

#84dedb #84b4de #84deae

Monochromatic Colors of #84dedb

#84dedb

Complementary Color

#84dedb #de8487

#84dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dedb Color CSS Codes

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

#84dedb Text Font Color

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

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


#84dedb Background Color

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

This div background color is #84dedb


#84dedb Border Color

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

This div border color is #84dedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dedb


Comments

No comments written yet.

Please login to write comment.