Color Hex Logo

#84dcdb Color Hex

#84DCDB
(132,220,219)
0 Favorites   0 Comments

Color spaces of #84dcdb

RGB 132220219
HSL0.500.560.69
HSV179°40°86°
CMYK 0.400.000.00   0.14
XYZ47.895161.206476.3075
Yxy61.20640.25830.3301
Hunter Lab78.2345-27.6329-3.0654
CIE-Lab82.4896-26.6421-7.8406

#84dcdb color RGB value is (132,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011100 11011011
Octal 204 334 333
Decimal 132 220 219
Hex 84 DC DB

RGB Percentages of Color #84dcdb

%23.12
%38.53
%38.35

CMYK Percentages of Color #84dcdb

%40
%0
%0
%14

Triadic Colors of #84dcdb

#84dcdb #db84dc #dcdb84

Analogous Colors of #84dcdb

#84dcdb #84b1dc #84dcaf

Monochromatic Colors of #84dcdb

#84dcdb

Complementary Color

#84dcdb #dc8485

#84dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dcdb Color CSS Codes

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

#84dcdb Text Font Color

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

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


#84dcdb Background Color

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

This div background color is #84dcdb


#84dcdb Border Color

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

This div border color is #84dcdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,220,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 #84dcdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dcdb


Comments

No comments written yet.

Please login to write comment.