Color Hex Logo

#83ccaf Color Hex

#83CCAF
(131,204,175)
0 Favorites   0 Comments

Color spaces of #83ccaf

RGB 131204175
HSL0.430.420.66
HSV156°36°80°
CMYK 0.360.000.14   0.20
XYZ38.690851.106248.3827
Yxy51.10620.28000.3699
Hunter Lab71.4886-28.49799.9152
CIE-Lab76.7433-29.19457.2839

#83ccaf color RGB value is (131,204,175).

#83ccaf hex color red value is 131, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #83ccaf hue: 0.43 , saturation: 0.42 and the lightness value of 83ccaf is 0.66.

The process color (four color CMYK) of #83ccaf color hex is 0.36, 0.00, 0.14, 0.20. Web safe color of #83ccaf is #99cc99. Color #83ccaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001100 10101111
Octal 203 314 257
Decimal 131 204 175
Hex 83 CC AF

RGB Percentages of Color #83ccaf

%25.69
%40.00
%34.31

CMYK Percentages of Color #83ccaf

%36
%0
%14
%20

Triadic Colors of #83ccaf

#83ccaf #af83cc #ccaf83

Analogous Colors of #83ccaf

#83ccaf #83c5cc #83cc8b

Monochromatic Colors of #83ccaf

#83ccaf

Complementary Color

#83ccaf #cc83a0

#83ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ccaf Color CSS Codes

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

#83ccaf Text Font Color

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

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


#83ccaf Background Color

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

This div background color is #83ccaf


#83ccaf Border Color

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

This div border color is #83ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ccaf


Comments

No comments written yet.

Please login to write comment.