Color Hex Logo

#83adaf Color Hex

#83ADAF
(131,173,175)
0 Favorites   0 Comments

Color spaces of #83adaf

RGB 131173175
HSL0.510.220.60
HSV183°25°69°
CMYK 0.250.010.00   0.31
XYZ32.041537.807646.1663
Yxy37.80760.27620.3259
Hunter Lab61.4879-14.5870-1.4746
CIE-Lab67.8786-13.5598-5.6331

#83adaf color RGB value is (131,173,175).

#83adaf hex color red value is 131, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #83adaf hue: 0.51 , saturation: 0.22 and the lightness value of 83adaf is 0.60.

The process color (four color CMYK) of #83adaf color hex is 0.25, 0.01, 0.00, 0.31. Web safe color of #83adaf is #999999. Color #83adaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101101 10101111
Octal 203 255 257
Decimal 131 173 175
Hex 83 AD AF

RGB Percentages of Color #83adaf

%27.35
%36.12
%36.53

CMYK Percentages of Color #83adaf

%25
%1
%0
%31

Triadic Colors of #83adaf

#83adaf #af83ad #adaf83

Analogous Colors of #83adaf

#83adaf #8397af #83af9b

Monochromatic Colors of #83adaf

#83adaf

Complementary Color

#83adaf #af8583

#83adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83adaf Color CSS Codes

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

#83adaf Text Font Color

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

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


#83adaf Background Color

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

This div background color is #83adaf


#83adaf Border Color

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

This div border color is #83adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83adaf


Comments

No comments written yet.

Please login to write comment.