Color Hex Logo

#84bde1 Color Hex

#84BDE1
(132,189,225)
0 Favorites   0 Comments

Color spaces of #84bde1

RGB 132189225
HSL0.560.610.70
HSV203°41°88°
CMYK 0.410.160.00   0.12
XYZ41.303946.737078.0784
Yxy46.73700.24860.2813
Hunter Lab68.3645-11.7931-19.8594
CIE-Lab74.0212-9.3002-23.8050

#84bde1 color RGB value is (132,189,225).

#84bde1 hex color red value is 132, green value is 189 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #84bde1 hue: 0.56 , saturation: 0.61 and the lightness value of 84bde1 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111101 11100001
Octal 204 275 341
Decimal 132 189 225
Hex 84 BD E1

RGB Percentages of Color #84bde1

%24.18
%34.62
%41.21

CMYK Percentages of Color #84bde1

%41
%16
%0
%12

Triadic Colors of #84bde1

#84bde1 #e184bd #bde184

Analogous Colors of #84bde1

#84bde1 #848fe1 #84e1d7

Monochromatic Colors of #84bde1

#84bde1

Complementary Color

#84bde1 #e1a884

#84bde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bde1 Color CSS Codes

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

#84bde1 Text Font Color

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

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


#84bde1 Background Color

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

This div background color is #84bde1


#84bde1 Border Color

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

This div border color is #84bde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bde1


Comments

No comments written yet.

Please login to write comment.