Color Hex Logo

#bad6bb Color Hex

#BAD6BB
(186,214,187)
0 Favorites   0 Comments

Color spaces of #bad6bb

RGB 186214187
HSL0.340.250.78
HSV122°13°84°
CMYK 0.130.000.13   0.16
XYZ53.265962.120156.1967
Yxy62.12010.31040.3620
Hunter Lab78.8163-17.294112.8971
CIE-Lab82.9772-14.395410.2224

#bad6bb color RGB value is (186,214,187).

#bad6bb hex color red value is 186, green value is 214 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bad6bb hue: 0.34 , saturation: 0.25 and the lightness value of bad6bb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 10111011
Octal 272 326 273
Decimal 186 214 187
Hex BA D6 BB

RGB Percentages of Color #bad6bb

%31.69
%36.46
%31.86

CMYK Percentages of Color #bad6bb

%13
%0
%13
%16

Triadic Colors of #bad6bb

#bad6bb #bbbad6 #d6bbba

Analogous Colors of #bad6bb

#bad6bb #bad6c9 #c7d6ba

Monochromatic Colors of #bad6bb

#bad6bb

Complementary Color

#bad6bb #d6bad5

#bad6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad6bb Color CSS Codes

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

#bad6bb Text Font Color

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

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


#bad6bb Background Color

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

This div background color is #bad6bb


#bad6bb Border Color

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

This div border color is #bad6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad6bb


Comments

No comments written yet.

Please login to write comment.