Color Hex Logo

#bad7b5 Color Hex

#BAD7B5
(186,215,181)
0 Favorites   0 Comments

Color spaces of #bad7b5

RGB 186215181
HSL0.310.300.78
HSV111°16°84°
CMYK 0.130.000.16   0.16
XYZ52.890662.376252.9682
Yxy62.37620.31440.3708
Hunter Lab78.9786-18.674215.5213
CIE-Lab83.1131-15.951313.5896

#bad7b5 color RGB value is (186,215,181).

#bad7b5 hex color red value is 186, green value is 215 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bad7b5 hue: 0.31 , saturation: 0.30 and the lightness value of bad7b5 is 0.78.

The process color (four color CMYK) of #bad7b5 color hex is 0.13, 0.00, 0.16, 0.16. Web safe color of #bad7b5 is #cccccc. Color #bad7b5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 10110101
Octal 272 327 265
Decimal 186 215 181
Hex BA D7 B5

RGB Percentages of Color #bad7b5

%31.96
%36.94
%31.10

CMYK Percentages of Color #bad7b5

%13
%0
%16
%16

Triadic Colors of #bad7b5

#bad7b5 #b5bad7 #d7b5ba

Analogous Colors of #bad7b5

#bad7b5 #b5d7c1 #cbd7b5

Monochromatic Colors of #bad7b5

#bad7b5

Complementary Color

#bad7b5 #d2b5d7

#bad7b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7b5 Color CSS Codes

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

#bad7b5 Text Font Color

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

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


#bad7b5 Background Color

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

This div background color is #bad7b5


#bad7b5 Border Color

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

This div border color is #bad7b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7b5


Comments

No comments written yet.

Please login to write comment.