Color Hex Logo

#83ddcb Color Hex

#83DDCB
(131,221,203)
0 Favorites   0 Comments

Color spaces of #83ddcb

RGB 131221203
HSL0.470.570.69
HSV168°41°87°
CMYK 0.410.000.08   0.13
XYZ45.996060.850065.8209
Yxy60.85000.26640.3524
Hunter Lab78.0064-31.25984.5763
CIE-Lab82.2980-31.14640.3712

#83ddcb color RGB value is (131,221,203).

#83ddcb hex color red value is 131, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #83ddcb hue: 0.47 , saturation: 0.57 and the lightness value of 83ddcb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011101 11001011
Octal 203 335 313
Decimal 131 221 203
Hex 83 DD CB

RGB Percentages of Color #83ddcb

%23.60
%39.82
%36.58

CMYK Percentages of Color #83ddcb

%41
%0
%8
%13

Triadic Colors of #83ddcb

#83ddcb #cb83dd #ddcb83

Analogous Colors of #83ddcb

#83ddcb #83c2dd #83dd9e

Monochromatic Colors of #83ddcb

#83ddcb

Complementary Color

#83ddcb #dd8395

#83ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ddcb Color CSS Codes

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

#83ddcb Text Font Color

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

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


#83ddcb Background Color

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

This div background color is #83ddcb


#83ddcb Border Color

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

This div border color is #83ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ddcb


Comments

No comments written yet.

Please login to write comment.