Color Hex Logo

#bad88b Color Hex

#BAD88B
(186,216,139)
0 Favorites   0 Comments

Color spaces of #bad88b

RGB 186216139
HSL0.230.500.70
HSV83°36°85°
CMYK 0.140.000.36   0.15
XYZ49.465861.414933.6732
Yxy61.41490.34220.4249
Hunter Lab78.3677-24.473929.3815
CIE-Lab82.6013-22.820834.7520

#bad88b color RGB value is (186,216,139).

#bad88b hex color red value is 186, green value is 216 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bad88b hue: 0.23 , saturation: 0.50 and the lightness value of bad88b is 0.70.

The process color (four color CMYK) of #bad88b color hex is 0.14, 0.00, 0.36, 0.15. Web safe color of #bad88b is #cccc99. Color #bad88b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011000 10001011
Octal 272 330 213
Decimal 186 216 139
Hex BA D8 8B

RGB Percentages of Color #bad88b

%34.38
%39.93
%25.69

CMYK Percentages of Color #bad88b

%14
%0
%36
%15

Triadic Colors of #bad88b

#bad88b #8bbad8 #d88bba

Analogous Colors of #bad88b

#bad88b #94d88b #d8d08b

Monochromatic Colors of #bad88b

#bad88b

Complementary Color

#bad88b #a98bd8

#bad88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad88b Color CSS Codes

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

#bad88b Text Font Color

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

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


#bad88b Background Color

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

This div background color is #bad88b


#bad88b Border Color

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

This div border color is #bad88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad88b


Comments

No comments written yet.

Please login to write comment.