Color Hex Logo

#83dbcb Color Hex

#83DBCB
(131,219,203)
0 Favorites   0 Comments

Color spaces of #83dbcb

RGB 131219203
HSL0.470.550.69
HSV169°40°86°
CMYK 0.400.000.07   0.14
XYZ45.471159.800165.6459
Yxy59.80010.26600.3499
Hunter Lab77.3305-30.36873.8001
CIE-Lab81.7294-30.1944-0.4592

#83dbcb color RGB value is (131,219,203).

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

The process color (four color CMYK) of #83dbcb color hex is 0.40, 0.00, 0.07, 0.14. Web safe color of #83dbcb is #99cccc. Color #83dbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011011 11001011
Octal 203 333 313
Decimal 131 219 203
Hex 83 DB CB

RGB Percentages of Color #83dbcb

%23.69
%39.60
%36.71

CMYK Percentages of Color #83dbcb

%40
%0
%7
%14

Triadic Colors of #83dbcb

#83dbcb #cb83db #dbcb83

Analogous Colors of #83dbcb

#83dbcb #83bfdb #83db9f

Monochromatic Colors of #83dbcb

#83dbcb

Complementary Color

#83dbcb #db8393

#83dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#83dbcb Color CSS Codes

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

#83dbcb Text Font Color

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

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


#83dbcb Background Color

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

This div background color is #83dbcb


#83dbcb Border Color

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

This div border color is #83dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83dbcb


Comments

No comments written yet.

Please login to write comment.