Color Hex Logo

#82acfb Color Hex

#82ACFB
(130,172,251)
0 Favorites   0 Comments

Color spaces of #82acfb

RGB 130172251
HSL0.610.940.75
HSV219°48°98°
CMYK 0.480.310.00   0.02
XYZ41.371041.215997.0418
Yxy41.21590.23030.2295
Hunter Lab64.19962.6782-44.6809
CIE-Lab70.32696.8285-43.6304

#82acfb color RGB value is (130,172,251).

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

The process color (four color CMYK) of #82acfb color hex is 0.48, 0.31, 0.00, 0.02. Web safe color of #82acfb is #9999ff. Color #82acfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10101100 11111011
Octal 202 254 373
Decimal 130 172 251
Hex 82 AC FB

RGB Percentages of Color #82acfb

%23.51
%31.10
%45.39

CMYK Percentages of Color #82acfb

%48
%31
%0
%2

Triadic Colors of #82acfb

#82acfb #fb82ac #acfb82

Analogous Colors of #82acfb

#82acfb #9582fb #82e9fb

Monochromatic Colors of #82acfb

#82acfb

Complementary Color

#82acfb #fbd182

#82acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82acfb Color CSS Codes

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

#82acfb Text Font Color

<p style="color:#82acfb">Text here</p>

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


#82acfb Background Color

<div style="background-color:#82acfb">
Div content here</div>

This div background color is #82acfb


#82acfb Border Color

<div style="border:3px solid #82acfb">
Div here</div>

This div border color is #82acfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,172,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82acfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82acfb;
  -webkit-box-shadow: 1px 1px 3px 2px #82acfb;
  box-shadow:         1px 1px 3px 2px #82acfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,172,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 #82acfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82acfb


Comments

No comments written yet.

Please login to write comment.