Color Hex Logo

#83acca Color Hex

#83ACCA
(131,172,202)
0 Favorites   0 Comments

Color spaces of #83acca

RGB 131172202
HSL0.570.400.65
HSV205°35°79°
CMYK 0.350.150.00   0.21
XYZ34.773338.594661.4939
Yxy38.59460.25780.2862
Hunter Lab62.1246-8.8052-15.2009
CIE-Lab68.4566-6.4301-19.7034

#83acca color RGB value is (131,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101100 11001010
Octal 203 254 312
Decimal 131 172 202
Hex 83 AC CA

RGB Percentages of Color #83acca

%25.94
%34.06
%40.00

CMYK Percentages of Color #83acca

%35
%15
%0
%21

Triadic Colors of #83acca

#83acca #ca83ac #acca83

Analogous Colors of #83acca

#83acca #8389ca #83cac5

Monochromatic Colors of #83acca

#83acca

Complementary Color

#83acca #caa183

#83acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#83acca Color CSS Codes

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

#83acca Text Font Color

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

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


#83acca Background Color

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

This div background color is #83acca


#83acca Border Color

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

This div border color is #83acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83acca


Comments

No comments written yet.

Please login to write comment.