Color Hex Logo

#bada87 Color Hex

#BADA87
(186,218,135)
0 Favorites   0 Comments

Color spaces of #bada87

RGB 186218135
HSL0.230.530.69
HSV83°38°85°
CMYK 0.150.000.38   0.15
XYZ49.694362.331232.3336
Yxy62.33120.34420.4318
Hunter Lab78.9501-25.807830.9832
CIE-Lab83.0892-24.305837.4111

#bada87 color RGB value is (186,218,135).

#bada87 hex color red value is 186, green value is 218 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bada87 hue: 0.23 , saturation: 0.53 and the lightness value of bada87 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10000111
Octal 272 332 207
Decimal 186 218 135
Hex BA DA 87

RGB Percentages of Color #bada87

%34.51
%40.45
%25.05

CMYK Percentages of Color #bada87

%15
%0
%38
%15

Triadic Colors of #bada87

#bada87 #87bada #da87ba

Analogous Colors of #bada87

#bada87 #91da87 #dad187

Monochromatic Colors of #bada87

#bada87

Complementary Color

#bada87 #a787da

#bada87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bada87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bada87 Color CSS Codes

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

#bada87 Text Font Color

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

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


#bada87 Background Color

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

This div background color is #bada87


#bada87 Border Color

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

This div border color is #bada87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bada87


Comments

No comments written yet.

Please login to write comment.