Color Hex Logo

#84ddcd Color Hex

#84DDCD
(132,221,205)
0 Favorites   0 Comments

Color spaces of #84ddcd

RGB 132221205
HSL0.470.570.69
HSV169°40°87°
CMYK 0.400.000.07   0.13
XYZ46.391661.026267.0917
Yxy61.02620.26580.3497
Hunter Lab78.1193-30.70543.7631
CIE-Lab82.3928-30.4328-0.5468

#84ddcd color RGB value is (132,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011101 11001101
Octal 204 335 315
Decimal 132 221 205
Hex 84 DD CD

RGB Percentages of Color #84ddcd

%23.66
%39.61
%36.74

CMYK Percentages of Color #84ddcd

%40
%0
%7
%13

Triadic Colors of #84ddcd

#84ddcd #cd84dd #ddcd84

Analogous Colors of #84ddcd

#84ddcd #84c1dd #84dda1

Monochromatic Colors of #84ddcd

#84ddcd

Complementary Color

#84ddcd #dd8494

#84ddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84ddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84ddcd Color CSS Codes

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

#84ddcd Text Font Color

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

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


#84ddcd Background Color

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

This div background color is #84ddcd


#84ddcd Border Color

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

This div border color is #84ddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84ddcd


Comments

No comments written yet.

Please login to write comment.