Color Hex Logo

#84baeb Color Hex

#84BAEB
(132,186,235)
0 Favorites   0 Comments

Color spaces of #84baeb

RGB 132186235
HSL0.580.720.72
HSV209°44°92°
CMYK 0.440.210.00   0.08
XYZ42.070046.021585.2630
Yxy46.02150.24270.2655
Hunter Lab67.8391-8.0229-27.0307
CIE-Lab73.5595-4.9828-29.9316

#84baeb color RGB value is (132,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111010 11101011
Octal 204 272 353
Decimal 132 186 235
Hex 84 BA EB

RGB Percentages of Color #84baeb

%23.87
%33.63
%42.50

CMYK Percentages of Color #84baeb

%44
%21
%0
%8

Triadic Colors of #84baeb

#84baeb #eb84ba #baeb84

Analogous Colors of #84baeb

#84baeb #8487eb #84ebe9

Monochromatic Colors of #84baeb

#84baeb

Complementary Color

#84baeb #ebb584

#84baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84baeb Color CSS Codes

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

#84baeb Text Font Color

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

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


#84baeb Background Color

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

This div background color is #84baeb


#84baeb Border Color

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

This div border color is #84baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84baeb


Comments

No comments written yet.

Please login to write comment.