Color Hex Logo

#bad6bc Color Hex

#BAD6BC
(186,214,188)
0 Favorites   0 Comments

Color spaces of #bad6bc

RGB 186214188
HSL0.350.250.78
HSV124°13°84°
CMYK 0.130.000.12   0.16
XYZ53.373462.163156.7626
Yxy62.16310.30980.3608
Hunter Lab78.8436-17.140112.5053
CIE-Lab83.0001-14.21679.7251

#bad6bc color RGB value is (186,214,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010110 10111100
Octal 272 326 274
Decimal 186 214 188
Hex BA D6 BC

RGB Percentages of Color #bad6bc

%31.63
%36.39
%31.97

CMYK Percentages of Color #bad6bc

%13
%0
%12
%16

Triadic Colors of #bad6bc

#bad6bc #bcbad6 #d6bcba

Analogous Colors of #bad6bc

#bad6bc #bad6ca #c6d6ba

Monochromatic Colors of #bad6bc

#bad6bc

Complementary Color

#bad6bc #d6bad4

#bad6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad6bc Color CSS Codes

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

#bad6bc Text Font Color

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

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


#bad6bc Background Color

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

This div background color is #bad6bc


#bad6bc Border Color

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

This div border color is #bad6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad6bc


Comments

No comments written yet.

Please login to write comment.