Color Hex Logo

#bad7cb Color Hex

#BAD7CB
(186,215,203)
0 Favorites   0 Comments

Color spaces of #bad7cb

RGB 186215203
HSL0.430.270.79
HSV155°13°84°
CMYK 0.130.000.06   0.16
XYZ55.329663.351865.8118
Yxy63.35180.29990.3434
Hunter Lab79.5938-15.20516.6920
CIE-Lab83.6271-11.94022.6706

#bad7cb color RGB value is (186,215,203).

#bad7cb hex color red value is 186, green value is 215 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bad7cb hue: 0.43 , saturation: 0.27 and the lightness value of bad7cb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11010111 11001011
Octal 272 327 313
Decimal 186 215 203
Hex BA D7 CB

RGB Percentages of Color #bad7cb

%30.79
%35.60
%33.61

CMYK Percentages of Color #bad7cb

%13
%0
%6
%16

Triadic Colors of #bad7cb

#bad7cb #cbbad7 #d7cbba

Analogous Colors of #bad7cb

#bad7cb #bad5d7 #bad7bd

Monochromatic Colors of #bad7cb

#bad7cb

Complementary Color

#bad7cb #d7bac6

#bad7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bad7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bad7cb Color CSS Codes

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

#bad7cb Text Font Color

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

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


#bad7cb Background Color

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

This div background color is #bad7cb


#bad7cb Border Color

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

This div border color is #bad7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bad7cb


Comments

No comments written yet.

Please login to write comment.