Color Hex Logo

#84dbc4 Color Hex

#84DBC4
(132,219,196)
0 Favorites   0 Comments

Color spaces of #84dbc4

RGB 132219196
HSL0.460.550.69
HSV164°40°86°
CMYK 0.400.000.11   0.14
XYZ44.811059.554161.3579
Yxy59.55410.27040.3594
Hunter Lab77.1713-31.40036.8792
CIE-Lab81.5952-31.51753.0714

#84dbc4 color RGB value is (132,219,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011011 11000100
Octal 204 333 304
Decimal 132 219 196
Hex 84 DB C4

RGB Percentages of Color #84dbc4

%24.13
%40.04
%35.83

CMYK Percentages of Color #84dbc4

%40
%0
%11
%14

Triadic Colors of #84dbc4

#84dbc4 #c484db #dbc484

Analogous Colors of #84dbc4

#84dbc4 #84c7db #84db99

Monochromatic Colors of #84dbc4

#84dbc4

Complementary Color

#84dbc4 #db849b

#84dbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dbc4 Color CSS Codes

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

#84dbc4 Text Font Color

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

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


#84dbc4 Background Color

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

This div background color is #84dbc4


#84dbc4 Border Color

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

This div border color is #84dbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dbc4


Comments

No comments written yet.

Please login to write comment.