Color Hex Logo

#83ccb2 Color Hex

#83CCB2
(131,204,178)
0 Favorites   0 Comments

Color spaces of #83ccb2

RGB 131204178
HSL0.440.420.66
HSV159°36°80°
CMYK 0.360.000.13   0.20
XYZ38.988851.225449.9520
Yxy51.22540.27820.3655
Hunter Lab71.5719-28.01308.7202
CIE-Lab76.8153-28.55625.7756

#83ccb2 color RGB value is (131,204,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001100 10110010
Octal 203 314 262
Decimal 131 204 178
Hex 83 CC B2

RGB Percentages of Color #83ccb2

%25.54
%39.77
%34.70

CMYK Percentages of Color #83ccb2

%36
%0
%13
%20

Triadic Colors of #83ccb2

#83ccb2 #b283cc #ccb283

Analogous Colors of #83ccb2

#83ccb2 #83c2cc #83cc8e

Monochromatic Colors of #83ccb2

#83ccb2

Complementary Color

#83ccb2 #cc839d

#83ccb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ccb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ccb2 Color CSS Codes

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

#83ccb2 Text Font Color

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

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


#83ccb2 Background Color

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

This div background color is #83ccb2


#83ccb2 Border Color

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

This div border color is #83ccb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ccb2


Comments

No comments written yet.

Please login to write comment.