Color Hex Logo

#83aaca Color Hex

#83AACA
(131,170,202)
0 Favorites   0 Comments

Color spaces of #83aaca

RGB 131170202
HSL0.580.400.65
HSV207°35°79°
CMYK 0.350.160.00   0.21
XYZ34.395537.839061.3679
Yxy37.83900.25740.2832
Hunter Lab61.5134-7.8394-16.0904
CIE-Lab67.9018-5.3386-20.5470

#83aaca color RGB value is (131,170,202).

#83aaca hex color red value is 131, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #83aaca hue: 0.58 , saturation: 0.40 and the lightness value of 83aaca is 0.65.

The process color (four color CMYK) of #83aaca color hex is 0.35, 0.16, 0.00, 0.21. Web safe color of #83aaca is #9999cc. Color #83aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101010 11001010
Octal 203 252 312
Decimal 131 170 202
Hex 83 AA CA

RGB Percentages of Color #83aaca

%26.04
%33.80
%40.16

CMYK Percentages of Color #83aaca

%35
%16
%0
%21

Triadic Colors of #83aaca

#83aaca #ca83aa #aaca83

Analogous Colors of #83aaca

#83aaca #8387ca #83cac7

Monochromatic Colors of #83aaca

#83aaca

Complementary Color

#83aaca #caa383

#83aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#83aaca Color CSS Codes

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

#83aaca Text Font Color

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

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


#83aaca Background Color

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

This div background color is #83aaca


#83aaca Border Color

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

This div border color is #83aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83aaca


Comments

No comments written yet.

Please login to write comment.