Color Hex Logo

#84bdee Color Hex

#84BDEE
(132,189,238)
0 Favorites   0 Comments

Color spaces of #84bdee

RGB 132189238
HSL0.580.760.73
HSV208°45°93°
CMYK 0.450.210.00   0.07
XYZ43.145947.473887.7782
Yxy47.47380.24190.2661
Hunter Lab68.9012-8.8006-27.3029
CIE-Lab74.4918-5.7804-30.1193

#84bdee color RGB value is (132,189,238).

#84bdee hex color red value is 132, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #84bdee hue: 0.58 , saturation: 0.76 and the lightness value of 84bdee is 0.73.

The process color (four color CMYK) of #84bdee color hex is 0.45, 0.21, 0.00, 0.07. Web safe color of #84bdee is #99ccff. Color #84bdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111101 11101110
Octal 204 275 356
Decimal 132 189 238
Hex 84 BD EE

RGB Percentages of Color #84bdee

%23.61
%33.81
%42.58

CMYK Percentages of Color #84bdee

%45
%21
%0
%7

Triadic Colors of #84bdee

#84bdee #ee84bd #bdee84

Analogous Colors of #84bdee

#84bdee #8488ee #84eeea

Monochromatic Colors of #84bdee

#84bdee

Complementary Color

#84bdee #eeb584

#84bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bdee Color CSS Codes

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

#84bdee Text Font Color

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

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


#84bdee Background Color

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

This div background color is #84bdee


#84bdee Border Color

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

This div border color is #84bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bdee


Comments

No comments written yet.

Please login to write comment.