Color Hex Logo

#83abbd Color Hex

#83ABBD
(131,171,189)
1 Favorites   0 Comments

Color spaces of #83abbd

RGB 131171189
HSL0.550.310.63
HSV199°31°74°
CMYK 0.310.100.00   0.26
XYZ33.108337.625253.6615
Yxy37.62520.26620.3025
Hunter Lab61.3394-10.9975-8.9311
CIE-Lab67.7435-9.1575-13.5931

#83abbd color RGB value is (131,171,189).

#83abbd hex color red value is 131, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #83abbd hue: 0.55 , saturation: 0.31 and the lightness value of 83abbd is 0.63.

The process color (four color CMYK) of #83abbd color hex is 0.31, 0.10, 0.00, 0.26. Web safe color of #83abbd is #9999cc. Color #83abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101011 10111101
Octal 203 253 275
Decimal 131 171 189
Hex 83 AB BD

RGB Percentages of Color #83abbd

%26.68
%34.83
%38.49

CMYK Percentages of Color #83abbd

%31
%10
%0
%26

Triadic Colors of #83abbd

#83abbd #bd83ab #abbd83

Analogous Colors of #83abbd

#83abbd #838ebd #83bdb2

Monochromatic Colors of #83abbd

#83abbd

Complementary Color

#83abbd #bd9583

#83abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83abbd Color CSS Codes

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

#83abbd Text Font Color

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

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


#83abbd Background Color

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

This div background color is #83abbd


#83abbd Border Color

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

This div border color is #83abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83abbd

#83abbd Color Palettes


Comments

No comments written yet.

Please login to write comment.