Color Hex Logo

#84dbdf Color Hex

#84DBDF
(132,219,223)
0 Favorites   0 Comments

Color spaces of #84dbdf

RGB 132219223
HSL0.510.590.70
HSV183°41°87°
CMYK 0.410.020.00   0.13
XYZ48.166560.896379.0276
Yxy60.89630.25610.3238
Hunter Lab78.0361-26.3869-5.4181
CIE-Lab82.3230-25.1738-10.2141

#84dbdf color RGB value is (132,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 11011011 11011111
Octal 204 333 337
Decimal 132 219 223
Hex 84 DB DF

RGB Percentages of Color #84dbdf

%23.00
%38.15
%38.85

CMYK Percentages of Color #84dbdf

%41
%2
%0
%13

Triadic Colors of #84dbdf

#84dbdf #df84db #dbdf84

Analogous Colors of #84dbdf

#84dbdf #84aedf #84dfb6

Monochromatic Colors of #84dbdf

#84dbdf

Complementary Color

#84dbdf #df8884

#84dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#84dbdf Color CSS Codes

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

#84dbdf Text Font Color

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

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


#84dbdf Background Color

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

This div background color is #84dbdf


#84dbdf Border Color

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

This div border color is #84dbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,219,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 #84dbdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84dbdf


Comments

No comments written yet.

Please login to write comment.