Color Hex Logo

#83adbf Color Hex

#83ADBF
(131,173,191)
0 Favorites   0 Comments

Color spaces of #83adbf

RGB 131173191
HSL0.550.320.63
HSV198°31°75°
CMYK 0.310.090.00   0.25
XYZ33.707638.474054.9399
Yxy38.47400.26520.3027
Hunter Lab62.0274-11.5456-9.0961
CIE-Lab68.3685-9.7417-13.7601

#83adbf color RGB value is (131,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101101 10111111
Octal 203 255 277
Decimal 131 173 191
Hex 83 AD BF

RGB Percentages of Color #83adbf

%26.46
%34.95
%38.59

CMYK Percentages of Color #83adbf

%31
%9
%0
%25

Triadic Colors of #83adbf

#83adbf #bf83ad #adbf83

Analogous Colors of #83adbf

#83adbf #838fbf #83bfb3

Monochromatic Colors of #83adbf

#83adbf

Complementary Color

#83adbf #bf9583

#83adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83adbf Color CSS Codes

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

#83adbf Text Font Color

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

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


#83adbf Background Color

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

This div background color is #83adbf


#83adbf Border Color

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

This div border color is #83adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83adbf

#83adbf Color Palettes


Comments

No comments written yet.

Please login to write comment.