Color Hex Logo

#84bbea Color Hex

#84BBEA
(132,187,234)
0 Favorites   0 Comments

Color spaces of #84bbea

RGB 132187234
HSL0.580.710.72
HSV208°44°92°
CMYK 0.440.200.00   0.08
XYZ42.137346.386784.5746
Yxy46.38670.24340.2680
Hunter Lab68.1078-8.7533-25.9494
CIE-Lab73.7958-5.7981-29.0268

#84bbea color RGB value is (132,187,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111011 11101010
Octal 204 273 352
Decimal 132 187 234
Hex 84 BB EA

RGB Percentages of Color #84bbea

%23.87
%33.82
%42.31

CMYK Percentages of Color #84bbea

%44
%20
%0
%8

Triadic Colors of #84bbea

#84bbea #ea84bb #bbea84

Analogous Colors of #84bbea

#84bbea #8488ea #84eae6

Monochromatic Colors of #84bbea

#84bbea

Complementary Color

#84bbea #eab384

#84bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#84bbea Color CSS Codes

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

#84bbea Text Font Color

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

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


#84bbea Background Color

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

This div background color is #84bbea


#84bbea Border Color

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

This div border color is #84bbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84bbea


Comments

No comments written yet.

Please login to write comment.