Color Hex Logo

#84affb Color Hex

#84AFFB
(132,175,251)
0 Favorites   0 Comments

Color spaces of #84affb

RGB 132175251
HSL0.610.940.75
HSV218°47°98°
CMYK 0.470.300.00   0.02
XYZ42.258342.530597.2487
Yxy42.53050.23210.2336
Hunter Lab65.21541.5375-42.7620
CIE-Lab71.23515.6036-42.2012

#84affb color RGB value is (132,175,251).

#84affb hex color red value is 132, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #84affb hue: 0.61 , saturation: 0.94 and the lightness value of 84affb is 0.75.

The process color (four color CMYK) of #84affb color hex is 0.47, 0.30, 0.00, 0.02. Web safe color of #84affb is #9999ff. Color #84affb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10101111 11111011
Octal 204 257 373
Decimal 132 175 251
Hex 84 AF FB

RGB Percentages of Color #84affb

%23.66
%31.36
%44.98

CMYK Percentages of Color #84affb

%47
%30
%0
%2

Triadic Colors of #84affb

#84affb #fb84af #affb84

Analogous Colors of #84affb

#84affb #9584fb #84ebfb

Monochromatic Colors of #84affb

#84affb

Complementary Color

#84affb #fbd084

#84affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#84affb Color CSS Codes

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

#84affb Text Font Color

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

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


#84affb Background Color

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

This div background color is #84affb


#84affb Border Color

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

This div border color is #84affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84affb

Related Colors


Comments

No comments written yet.

Please login to write comment.