Color Hex Logo

#83abca Color Hex

#83ABCA
(131,171,202)
0 Favorites   0 Comments

Color spaces of #83abca

RGB 131171202
HSL0.570.400.65
HSV206°35°79°
CMYK 0.350.150.00   0.21
XYZ34.583738.215461.4307
Yxy38.21540.25760.2847
Hunter Lab61.8186-8.3228-15.6449
CIE-Lab68.1791-5.8851-20.1252

#83abca color RGB value is (131,171,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101011 11001010
Octal 203 253 312
Decimal 131 171 202
Hex 83 AB CA

RGB Percentages of Color #83abca

%25.99
%33.93
%40.08

CMYK Percentages of Color #83abca

%35
%15
%0
%21

Triadic Colors of #83abca

#83abca #ca83ab #abca83

Analogous Colors of #83abca

#83abca #8388ca #83cac6

Monochromatic Colors of #83abca

#83abca

Complementary Color

#83abca #caa283

#83abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#83abca Color CSS Codes

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

#83abca Text Font Color

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

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


#83abca Background Color

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

This div background color is #83abca


#83abca Border Color

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

This div border color is #83abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83abca


Comments

No comments written yet.

Please login to write comment.