Color Hex Logo

#badbc7 Color Hex

#BADBC7
(186,219,199)
0 Favorites   0 Comments

Color spaces of #badbc7

RGB 186219199
HSL0.400.310.79
HSV144°15°86°
CMYK 0.150.000.09   0.14
XYZ55.890065.225763.6769
Yxy65.22570.30240.3530
Hunter Lab80.7624-17.80699.7867
CIE-Lab84.5999-14.72846.1964

#badbc7 color RGB value is (186,219,199).

#badbc7 hex color red value is 186, green value is 219 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #badbc7 hue: 0.40 , saturation: 0.31 and the lightness value of badbc7 is 0.79.

The process color (four color CMYK) of #badbc7 color hex is 0.15, 0.00, 0.09, 0.14. Web safe color of #badbc7 is #cccccc. Color #badbc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 11000111
Octal 272 333 307
Decimal 186 219 199
Hex BA DB C7

RGB Percentages of Color #badbc7

%30.79
%36.26
%32.95

CMYK Percentages of Color #badbc7

%15
%0
%9
%14

Triadic Colors of #badbc7

#badbc7 #c7badb #dbc7ba

Analogous Colors of #badbc7

#badbc7 #badbd8 #bedbba

Monochromatic Colors of #badbc7

#badbc7

Complementary Color

#badbc7 #dbbace

#badbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbc7 Color CSS Codes

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

#badbc7 Text Font Color

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

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


#badbc7 Background Color

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

This div background color is #badbc7


#badbc7 Border Color

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

This div border color is #badbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbc7


Comments

No comments written yet.

Please login to write comment.