Color Hex Logo

#83cfad Color Hex

#83CFAD
(131,207,173)
0 Favorites   0 Comments

Color spaces of #83cfad

RGB 131207173
HSL0.430.440.66
HSV153°37°81°
CMYK 0.370.000.16   0.19
XYZ39.215752.468147.5956
Yxy52.46810.28160.3767
Hunter Lab72.4349-30.122411.7461
CIE-Lab77.5599-31.04629.5240

#83cfad color RGB value is (131,207,173).

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

The process color (four color CMYK) of #83cfad color hex is 0.37, 0.00, 0.16, 0.19. Web safe color of #83cfad is #99cc99. Color #83cfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001111 10101101
Octal 203 317 255
Decimal 131 207 173
Hex 83 CF AD

RGB Percentages of Color #83cfad

%25.64
%40.51
%33.86

CMYK Percentages of Color #83cfad

%37
%0
%16
%19

Triadic Colors of #83cfad

#83cfad #ad83cf #cfad83

Analogous Colors of #83cfad

#83cfad #83cbcf #83cf87

Monochromatic Colors of #83cfad

#83cfad

Complementary Color

#83cfad #cf83a5

#83cfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cfad Color CSS Codes

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

#83cfad Text Font Color

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

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


#83cfad Background Color

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

This div background color is #83cfad


#83cfad Border Color

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

This div border color is #83cfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cfad


Comments

No comments written yet.

Please login to write comment.