Color Hex Logo

#83acef Color Hex

#83ACEF
(131,172,239)
0 Favorites   0 Comments

Color spaces of #83acef

RGB 131172239
HSL0.600.770.73
HSV217°45°94°
CMYK 0.450.280.00   0.06
XYZ39.692640.562387.3986
Yxy40.56230.23680.2419
Hunter Lab63.6885-0.2084-36.7806
CIE-Lab69.86823.6107-37.8224

#83acef color RGB value is (131,172,239).

#83acef hex color red value is 131, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #83acef hue: 0.60 , saturation: 0.77 and the lightness value of 83acef is 0.73.

The process color (four color CMYK) of #83acef color hex is 0.45, 0.28, 0.00, 0.06. Web safe color of #83acef is #9999ff. Color #83acef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101100 11101111
Octal 203 254 357
Decimal 131 172 239
Hex 83 AC EF

RGB Percentages of Color #83acef

%24.17
%31.73
%44.10

CMYK Percentages of Color #83acef

%45
%28
%0
%6

Triadic Colors of #83acef

#83acef #ef83ac #acef83

Analogous Colors of #83acef

#83acef #9083ef #83e2ef

Monochromatic Colors of #83acef

#83acef

Complementary Color

#83acef #efc683

#83acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#83acef Color CSS Codes

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

#83acef Text Font Color

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

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


#83acef Background Color

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

This div background color is #83acef


#83acef Border Color

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

This div border color is #83acef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83acef


Comments

No comments written yet.

Please login to write comment.