Color Hex Logo

#84bfde Color Hex

#84BFDE
(132,191,222)
0 Favorites   0 Comments

Color spaces of #84bfde

RGB 132191222
HSL0.560.580.69
HSV201°41°87°
CMYK 0.410.140.00   0.13
XYZ41.331347.441176.0859
Yxy47.44110.25070.2878
Hunter Lab68.8775-13.4232-17.2808
CIE-Lab74.4710-11.1553-21.4935

#84bfde color RGB value is (132,191,222).

#84bfde hex color red value is 132, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #84bfde hue: 0.56 , saturation: 0.58 and the lightness value of 84bfde is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111111 11011110
Octal 204 277 336
Decimal 132 191 222
Hex 84 BF DE

RGB Percentages of Color #84bfde

%24.22
%35.05
%40.73

CMYK Percentages of Color #84bfde

%41
%14
%0
%13

Triadic Colors of #84bfde

#84bfde #de84bf #bfde84

Analogous Colors of #84bfde

#84bfde #8492de #84ded0

Monochromatic Colors of #84bfde

#84bfde

Complementary Color

#84bfde #dea384

#84bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bfde Color CSS Codes

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

#84bfde Text Font Color

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

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


#84bfde Background Color

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

This div background color is #84bfde


#84bfde Border Color

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

This div border color is #84bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bfde


Comments

No comments written yet.

Please login to write comment.