Color Hex Logo

#84ddb6 Color Hex

#84DDB6
(132,221,182)
0 Favorites   0 Comments

Color spaces of #84ddb6

RGB 132221182
HSL0.430.570.69
HSV154°40°87°
CMYK 0.400.000.18   0.13
XYZ43.815759.995853.5270
Yxy59.99580.27850.3813
Hunter Lab77.4570-34.576113.2472
CIE-Lab81.8359-35.457710.8363

#84ddb6 color RGB value is (132,221,182).

#84ddb6 hex color red value is 132, green value is 221 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #84ddb6 hue: 0.43 , saturation: 0.57 and the lightness value of 84ddb6 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011101 10110110
Octal 204 335 266
Decimal 132 221 182
Hex 84 DD B6

RGB Percentages of Color #84ddb6

%24.67
%41.31
%34.02

CMYK Percentages of Color #84ddb6

%40
%0
%18
%13

Triadic Colors of #84ddb6

#84ddb6 #b684dd #ddb684

Analogous Colors of #84ddb6

#84ddb6 #84d8dd #84dd8a

Monochromatic Colors of #84ddb6

#84ddb6

Complementary Color

#84ddb6 #dd84ab

#84ddb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ddb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ddb6 Color CSS Codes

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

#84ddb6 Text Font Color

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

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


#84ddb6 Background Color

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

This div background color is #84ddb6


#84ddb6 Border Color

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

This div border color is #84ddb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ddb6


Comments

No comments written yet.

Please login to write comment.