Color Hex Logo

#83acfb Color Hex

#83ACFB
(131,172,251)
0 Favorites   0 Comments

Color spaces of #83acfb

RGB 131172251
HSL0.610.940.75
HSV220°48°98°
CMYK 0.480.310.00   0.02
XYZ41.525241.295497.0490
Yxy41.29540.23090.2296
Hunter Lab64.26152.8875-44.5579
CIE-Lab70.38247.0596-43.5395

#83acfb color RGB value is (131,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101100 11111011
Octal 203 254 373
Decimal 131 172 251
Hex 83 AC FB

RGB Percentages of Color #83acfb

%23.65
%31.05
%45.31

CMYK Percentages of Color #83acfb

%48
%31
%0
%2

Triadic Colors of #83acfb

#83acfb #fb83ac #acfb83

Analogous Colors of #83acfb

#83acfb #9683fb #83e8fb

Monochromatic Colors of #83acfb

#83acfb

Complementary Color

#83acfb #fbd283

#83acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83acfb Color CSS Codes

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

#83acfb Text Font Color

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

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


#83acfb Background Color

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

This div background color is #83acfb


#83acfb Border Color

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

This div border color is #83acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83acfb


Comments

No comments written yet.

Please login to write comment.