Color Hex Logo

#84dada Color Hex

#84DADA
(132,218,218)
0 Favorites   0 Comments

Color spaces of #84dada

RGB 132218218
HSL0.500.540.69
HSV180°39°85°
CMYK 0.390.000.00   0.15
XYZ47.242060.110375.4422
Yxy60.11030.25840.3288
Hunter Lab77.5308-26.9132-3.4212
CIE-Lab81.8981-25.9094-8.1863

#84dada color RGB value is (132,218,218).

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

The process color (four color CMYK) of #84dada color hex is 0.39, 0.00, 0.00, 0.15. Web safe color of #84dada is #99cccc. Color #84dada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011010 11011010
Octal 204 332 332
Decimal 132 218 218
Hex 84 DA DA

RGB Percentages of Color #84dada

%23.24
%38.38
%38.38

CMYK Percentages of Color #84dada

%39
%0
%0
%15

Triadic Colors of #84dada

#84dada #da84da #dada84

Analogous Colors of #84dada

#84dada #84afda #84daaf

Monochromatic Colors of #84dada

#84dada

Complementary Color

#84dada #da8484

#84dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dada Color CSS Codes

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

#84dada Text Font Color

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

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


#84dada Background Color

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

This div background color is #84dada


#84dada Border Color

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

This div border color is #84dada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dada


Comments

No comments written yet.

Please login to write comment.