Color Hex Logo

#83dfbd Color Hex

#83DFBD
(131,223,189)
0 Favorites   0 Comments

Color spaces of #83dfbd

RGB 131223189
HSL0.440.590.69
HSV158°41°87°
CMYK 0.410.000.15   0.13
XYZ44.933161.274857.6031
Yxy61.27480.27430.3741
Hunter Lab78.2782-34.524711.1646
CIE-Lab82.5263-35.17758.1175

#83dfbd color RGB value is (131,223,189).

#83dfbd hex color red value is 131, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #83dfbd hue: 0.44 , saturation: 0.59 and the lightness value of 83dfbd is 0.69.

The process color (four color CMYK) of #83dfbd color hex is 0.41, 0.00, 0.15, 0.13. Web safe color of #83dfbd is #99cccc. Color #83dfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011111 10111101
Octal 203 337 275
Decimal 131 223 189
Hex 83 DF BD

RGB Percentages of Color #83dfbd

%24.13
%41.07
%34.81

CMYK Percentages of Color #83dfbd

%41
%0
%15
%13

Triadic Colors of #83dfbd

#83dfbd #bd83df #dfbd83

Analogous Colors of #83dfbd

#83dfbd #83d3df #83df8f

Monochromatic Colors of #83dfbd

#83dfbd

Complementary Color

#83dfbd #df83a5

#83dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dfbd Color CSS Codes

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

#83dfbd Text Font Color

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

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


#83dfbd Background Color

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

This div background color is #83dfbd


#83dfbd Border Color

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

This div border color is #83dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dfbd


Comments

No comments written yet.

Please login to write comment.