Color Hex Logo

#84befa Color Hex

#84BEFA
(132,190,250)
0 Favorites   0 Comments

Color spaces of #84befa

RGB 132190250
HSL0.580.920.75
HSV211°47°98°
CMYK 0.470.240.00   0.02
XYZ45.184548.634697.4484
Yxy48.63460.23620.2543
Hunter Lab69.7385-6.3899-34.0313
CIE-Lab75.2234-2.9747-35.4566

#84befa color RGB value is (132,190,250).

#84befa hex color red value is 132, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #84befa hue: 0.58 , saturation: 0.92 and the lightness value of 84befa is 0.75.

The process color (four color CMYK) of #84befa color hex is 0.47, 0.24, 0.00, 0.02. Web safe color of #84befa is #99ccff. Color #84befa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10111110 11111010
Octal 204 276 372
Decimal 132 190 250
Hex 84 BE FA

RGB Percentages of Color #84befa

%23.08
%33.22
%43.71

CMYK Percentages of Color #84befa

%47
%24
%0
%2

Triadic Colors of #84befa

#84befa #fa84be #befa84

Analogous Colors of #84befa

#84befa #8584fa #84f9fa

Monochromatic Colors of #84befa

#84befa

Complementary Color

#84befa #fac084

#84befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#84befa Color CSS Codes

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

#84befa Text Font Color

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

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


#84befa Background Color

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

This div background color is #84befa


#84befa Border Color

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

This div border color is #84befa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84befa


Comments

No comments written yet.

Please login to write comment.