Color Hex Logo

#84bdeb Color Hex

#84BDEB
(132,189,235)
0 Favorites   0 Comments

Color spaces of #84bdeb

RGB 132189235
HSL0.570.720.72
HSV207°44°92°
CMYK 0.440.200.00   0.08
XYZ42.708747.298985.4759
Yxy47.29890.24340.2695
Hunter Lab68.7742-9.5065-25.5465
CIE-Lab74.3806-6.6032-28.6693

#84bdeb color RGB value is (132,189,235).

#84bdeb hex color red value is 132, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #84bdeb hue: 0.57 , saturation: 0.72 and the lightness value of 84bdeb is 0.72.

The process color (four color CMYK) of #84bdeb color hex is 0.44, 0.20, 0.00, 0.08. Web safe color of #84bdeb is #99ccff. Color #84bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111101 11101011
Octal 204 275 353
Decimal 132 189 235
Hex 84 BD EB

RGB Percentages of Color #84bdeb

%23.74
%33.99
%42.27

CMYK Percentages of Color #84bdeb

%44
%20
%0
%8

Triadic Colors of #84bdeb

#84bdeb #eb84bd #bdeb84

Analogous Colors of #84bdeb

#84bdeb #848aeb #84ebe6

Monochromatic Colors of #84bdeb

#84bdeb

Complementary Color

#84bdeb #ebb284

#84bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bdeb Color CSS Codes

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

#84bdeb Text Font Color

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

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


#84bdeb Background Color

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

This div background color is #84bdeb


#84bdeb Border Color

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

This div border color is #84bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bdeb


Comments

No comments written yet.

Please login to write comment.