Color Hex Logo

#84dcdd Color Hex

#84DCDD
(132,220,221)
0 Favorites   0 Comments

Color spaces of #84dcdd

RGB 132220221
HSL0.500.570.69
HSV181°40°87°
CMYK 0.400.000.00   0.13
XYZ48.160161.312477.7028
Yxy61.31240.25730.3276
Hunter Lab78.3022-27.2418-4.0245
CIE-Lab82.5464-26.1546-8.8189

#84dcdd color RGB value is (132,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011100 11011101
Octal 204 334 335
Decimal 132 220 221
Hex 84 DC DD

RGB Percentages of Color #84dcdd

%23.04
%38.39
%38.57

CMYK Percentages of Color #84dcdd

%40
%0
%0
%13

Triadic Colors of #84dcdd

#84dcdd #dd84dc #dcdd84

Analogous Colors of #84dcdd

#84dcdd #84b0dd #84ddb2

Monochromatic Colors of #84dcdd

#84dcdd

Complementary Color

#84dcdd #dd8584

#84dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dcdd Color CSS Codes

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

#84dcdd Text Font Color

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

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


#84dcdd Background Color

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

This div background color is #84dcdd


#84dcdd Border Color

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

This div border color is #84dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dcdd


Comments

No comments written yet.

Please login to write comment.