Color Hex Logo

#83afb5 Color Hex

#83AFB5
(131,175,181)
0 Favorites   0 Comments

Color spaces of #83afb5

RGB 131175181
HSL0.520.250.61
HSV187°28°71°
CMYK 0.280.030.00   0.29
XYZ33.030538.821449.4685
Yxy38.82140.27230.3200
Hunter Lab62.3068-14.4093-3.4585
CIE-Lab68.6217-13.2188-7.8521

#83afb5 color RGB value is (131,175,181).

#83afb5 hex color red value is 131, green value is 175 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #83afb5 hue: 0.52 , saturation: 0.25 and the lightness value of 83afb5 is 0.61.

The process color (four color CMYK) of #83afb5 color hex is 0.28, 0.03, 0.00, 0.29. Web safe color of #83afb5 is #9999cc. Color #83afb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101111 10110101
Octal 203 257 265
Decimal 131 175 181
Hex 83 AF B5

RGB Percentages of Color #83afb5

%26.90
%35.93
%37.17

CMYK Percentages of Color #83afb5

%28
%3
%0
%29

Triadic Colors of #83afb5

#83afb5 #b583af #afb583

Analogous Colors of #83afb5

#83afb5 #8396b5 #83b5a2

Monochromatic Colors of #83afb5

#83afb5

Complementary Color

#83afb5 #b58983

#83afb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83afb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83afb5 Color CSS Codes

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

#83afb5 Text Font Color

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

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


#83afb5 Background Color

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

This div background color is #83afb5


#83afb5 Border Color

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

This div border color is #83afb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83afb5


Comments

No comments written yet.

Please login to write comment.