Color Hex Logo

#84dbca Color Hex

#84DBCA
(132,219,202)
0 Favorites   0 Comments

Color spaces of #84dbca

RGB 132219202
HSL0.470.550.69
HSV168°40°86°
CMYK 0.400.000.08   0.14
XYZ45.507959.832865.0275
Yxy59.83280.26710.3512
Hunter Lab77.3517-30.34944.3026
CIE-Lab81.7472-30.16570.1038

#84dbca color RGB value is (132,219,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011011 11001010
Octal 204 333 312
Decimal 132 219 202
Hex 84 DB CA

RGB Percentages of Color #84dbca

%23.87
%39.60
%36.53

CMYK Percentages of Color #84dbca

%40
%0
%8
%14

Triadic Colors of #84dbca

#84dbca #ca84db #dbca84

Analogous Colors of #84dbca

#84dbca #84c1db #84db9f

Monochromatic Colors of #84dbca

#84dbca

Complementary Color

#84dbca #db8495

#84dbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dbca Color CSS Codes

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

#84dbca Text Font Color

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

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


#84dbca Background Color

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

This div background color is #84dbca


#84dbca Border Color

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

This div border color is #84dbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dbca


Comments

No comments written yet.

Please login to write comment.