Color Hex Logo

#84dbcf Color Hex

#84DBCF
(132,219,207)
0 Favorites   0 Comments

Color spaces of #84dbcf

RGB 132219207
HSL0.480.550.69
HSV172°40°86°
CMYK 0.400.000.05   0.14
XYZ46.109760.073668.1966
Yxy60.07360.26440.3445
Hunter Lab77.5072-29.44632.0872
CIE-Lab81.8782-29.0135-2.3632

#84dbcf color RGB value is (132,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011011 11001111
Octal 204 333 317
Decimal 132 219 207
Hex 84 DB CF

RGB Percentages of Color #84dbcf

%23.66
%39.25
%37.10

CMYK Percentages of Color #84dbcf

%40
%0
%5
%14

Triadic Colors of #84dbcf

#84dbcf #cf84db #dbcf84

Analogous Colors of #84dbcf

#84dbcf #84bcdb #84dba4

Monochromatic Colors of #84dbcf

#84dbcf

Complementary Color

#84dbcf #db8490

#84dbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dbcf Color CSS Codes

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

#84dbcf Text Font Color

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

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


#84dbcf Background Color

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

This div background color is #84dbcf


#84dbcf Border Color

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

This div border color is #84dbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dbcf


Comments

No comments written yet.

Please login to write comment.