Color Hex Logo

#84bbeb Color Hex

#84BBEB
(132,187,235)
0 Favorites   0 Comments

Color spaces of #84bbeb

RGB 132187235
HSL0.580.720.72
HSV208°44°92°
CMYK 0.440.200.00   0.08
XYZ42.281446.444385.3334
Yxy46.44430.24290.2668
Hunter Lab68.1501-8.5183-26.5343
CIE-Lab73.8329-5.5242-29.5109

#84bbeb color RGB value is (132,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111011 11101011
Octal 204 273 353
Decimal 132 187 235
Hex 84 BB EB

RGB Percentages of Color #84bbeb

%23.83
%33.75
%42.42

CMYK Percentages of Color #84bbeb

%44
%20
%0
%8

Triadic Colors of #84bbeb

#84bbeb #eb84bb #bbeb84

Analogous Colors of #84bbeb

#84bbeb #8488eb #84ebe8

Monochromatic Colors of #84bbeb

#84bbeb

Complementary Color

#84bbeb #ebb484

#84bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bbeb Color CSS Codes

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

#84bbeb Text Font Color

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

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


#84bbeb Background Color

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

This div background color is #84bbeb


#84bbeb Border Color

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

This div border color is #84bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bbeb


Comments

No comments written yet.

Please login to write comment.