Color Hex Logo

#83cb93 Color Hex

#83CB93
(131,203,147)
0 Favorites   0 Comments

Color spaces of #83cb93

RGB 131203147
HSL0.370.410.65
HSV133°35°80°
CMYK 0.350.000.28   0.20
XYZ35.982549.643835.2895
Yxy49.64380.29760.4106
Hunter Lab70.4584-32.143619.6251
CIE-Lab75.8501-34.200820.9817

#83cb93 color RGB value is (131,203,147).

#83cb93 hex color red value is 131, green value is 203 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #83cb93 hue: 0.37 , saturation: 0.41 and the lightness value of 83cb93 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001011 10010011
Octal 203 313 223
Decimal 131 203 147
Hex 83 CB 93

RGB Percentages of Color #83cb93

%27.23
%42.20
%30.56

CMYK Percentages of Color #83cb93

%35
%0
%28
%20

Triadic Colors of #83cb93

#83cb93 #9383cb #cb9383

Analogous Colors of #83cb93

#83cb93 #83cbb7 #97cb83

Monochromatic Colors of #83cb93

#83cb93

Complementary Color

#83cb93 #cb83bb

#83cb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cb93 Color CSS Codes

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

#83cb93 Text Font Color

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

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


#83cb93 Background Color

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

This div background color is #83cb93


#83cb93 Border Color

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

This div border color is #83cb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cb93


Comments

No comments written yet.

Please login to write comment.