Color Hex Logo

#84dadf Color Hex

#84DADF
(132,218,223)
0 Favorites   0 Comments

Color spaces of #84dadf

RGB 132218223
HSL0.510.590.70
HSV183°41°87°
CMYK 0.410.020.00   0.13
XYZ47.906460.376178.9408
Yxy60.37610.25590.3225
Hunter Lab77.7021-25.9263-5.8438
CIE-Lab82.0422-24.6824-10.6324

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

#84dadf hex color red value is 132, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #84dadf hue: 0.51 , saturation: 0.59 and the lightness value of 84dadf is 0.70.

The process color (four color CMYK) of #84dadf color hex is 0.41, 0.02, 0.00, 0.13. Web safe color of #84dadf is #99cccc. Color #84dadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011010 11011111
Octal 204 332 337
Decimal 132 218 223
Hex 84 DA DF

RGB Percentages of Color #84dadf

%23.04
%38.05
%38.92

CMYK Percentages of Color #84dadf

%41
%2
%0
%13

Triadic Colors of #84dadf

#84dadf #df84da #dadf84

Analogous Colors of #84dadf

#84dadf #84addf #84dfb7

Monochromatic Colors of #84dadf

#84dadf

Complementary Color

#84dadf #df8984

#84dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dadf Color CSS Codes

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

#84dadf Text Font Color

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

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


#84dadf Background Color

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

This div background color is #84dadf


#84dadf Border Color

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

This div border color is #84dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dadf


Comments

No comments written yet.

Please login to write comment.