Color Hex Logo

#83acff Color Hex

#83ACFF
(131,172,255)
0 Favorites   0 Comments

Color spaces of #83acff

RGB 131172255
HSL0.611.000.76
HSV220°49°100°
CMYK 0.490.330.00   0.00
XYZ42.162641.5503100.4056
Yxy41.55030.22900.2257
Hunter Lab64.45953.9517-47.2316
CIE-Lab70.55988.2264-45.4277

#83acff color RGB value is (131,172,255).

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

The process color (four color CMYK) of #83acff color hex is 0.49, 0.33, 0.00, 0.00. Web safe color of #83acff is #9999ff. Color #83acff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101100 11111111
Octal 203 254 377
Decimal 131 172 255
Hex 83 AC FF

RGB Percentages of Color #83acff

%23.48
%30.82
%45.70

CMYK Percentages of Color #83acff

%49
%33
%0
%0

Triadic Colors of #83acff

#83acff #ff83ac #acff83

Analogous Colors of #83acff

#83acff #9883ff #83eaff

Monochromatic Colors of #83acff

#83acff

Complementary Color

#83acff #ffd683

#83acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#83acff Color CSS Codes

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

#83acff Text Font Color

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

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


#83acff Background Color

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

This div background color is #83acff


#83acff Border Color

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

This div border color is #83acff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,172,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83acff

Related Colors


Comments

No comments written yet.

Please login to write comment.