Color Hex Logo

#bad083 Color Hex

#BAD083
(186,208,131)
0 Favorites   0 Comments

Color spaces of #bad083

RGB 186208131
HSL0.210.450.66
HSV77°37°82°
CMYK 0.110.000.37   0.18
XYZ46.902357.189530.0394
Yxy57.18950.34970.4264
Hunter Lab75.6237-21.634829.3853
CIE-Lab80.2861-19.912635.8116

#bad083 color RGB value is (186,208,131).

#bad083 hex color red value is 186, green value is 208 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bad083 hue: 0.21 , saturation: 0.45 and the lightness value of bad083 is 0.66.

The process color (four color CMYK) of #bad083 color hex is 0.11, 0.00, 0.37, 0.18. Web safe color of #bad083 is #cccc99. Color #bad083 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010000 10000011
Octal 272 320 203
Decimal 186 208 131
Hex BA D0 83

RGB Percentages of Color #bad083

%35.43
%39.62
%24.95

CMYK Percentages of Color #bad083

%11
%0
%37
%18

Triadic Colors of #bad083

#bad083 #83bad0 #d083ba

Analogous Colors of #bad083

#bad083 #94d083 #d0c083

Monochromatic Colors of #bad083

#bad083

Complementary Color

#bad083 #9983d0

#bad083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad083 Color CSS Codes

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

#bad083 Text Font Color

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

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


#bad083 Background Color

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

This div background color is #bad083


#bad083 Border Color

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

This div border color is #bad083


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,208,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bad083; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bad083;
  -webkit-box-shadow: 1px 1px 3px 2px #bad083;
  box-shadow:         1px 1px 3px 2px #bad083; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad083


Comments

No comments written yet.

Please login to write comment.