Color Hex Logo

#83acea Color Hex

#83ACEA
(131,172,234)
0 Favorites   0 Comments

Color spaces of #83acea

RGB 131172234
HSL0.600.710.72
HSV216°44°92°
CMYK 0.440.260.00   0.08
XYZ38.963940.270983.5613
Yxy40.27090.23930.2474
Hunter Lab63.4594-1.4553-33.6497
CIE-Lab69.66202.1979-35.4167

#83acea color RGB value is (131,172,234).

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

The process color (four color CMYK) of #83acea color hex is 0.44, 0.26, 0.00, 0.08. Web safe color of #83acea is #9999ff. Color #83acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101100 11101010
Octal 203 254 352
Decimal 131 172 234
Hex 83 AC EA

RGB Percentages of Color #83acea

%24.39
%32.03
%43.58

CMYK Percentages of Color #83acea

%44
%26
%0
%8

Triadic Colors of #83acea

#83acea #ea83ac #acea83

Analogous Colors of #83acea

#83acea #8e83ea #83e0ea

Monochromatic Colors of #83acea

#83acea

Complementary Color

#83acea #eac183

#83acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#83acea Color CSS Codes

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

#83acea Text Font Color

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

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


#83acea Background Color

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

This div background color is #83acea


#83acea Border Color

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

This div border color is #83acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83acea


Comments

No comments written yet.

Please login to write comment.