Color Hex Logo

#83cdaf Color Hex

#83CDAF
(131,205,175)
0 Favorites   0 Comments

Color spaces of #83cdaf

RGB 131205175
HSL0.430.430.66
HSV156°36°80°
CMYK 0.360.000.15   0.20
XYZ38.929351.583148.4622
Yxy51.58310.28010.3712
Hunter Lab71.8214-28.935210.2684
CIE-Lab77.0309-29.67437.6962

#83cdaf color RGB value is (131,205,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001101 10101111
Octal 203 315 257
Decimal 131 205 175
Hex 83 CD AF

RGB Percentages of Color #83cdaf

%25.64
%40.12
%34.25

CMYK Percentages of Color #83cdaf

%36
%0
%15
%20

Triadic Colors of #83cdaf

#83cdaf #af83cd #cdaf83

Analogous Colors of #83cdaf

#83cdaf #83c6cd #83cd8a

Monochromatic Colors of #83cdaf

#83cdaf

Complementary Color

#83cdaf #cd83a1

#83cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cdaf Color CSS Codes

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

#83cdaf Text Font Color

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

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


#83cdaf Background Color

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

This div background color is #83cdaf


#83cdaf Border Color

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

This div border color is #83cdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cdaf


Comments

No comments written yet.

Please login to write comment.