Color Hex Logo

#badbaf Color Hex

#BADBAF
(186,219,175)
0 Favorites   0 Comments

Color spaces of #badbaf

RGB 186219175
HSL0.290.380.77
HSV105°20°86°
CMYK 0.150.000.20   0.14
XYZ53.319164.197350.1385
Yxy64.19730.31800.3829
Hunter Lab80.1232-21.430318.9845
CIE-Lab84.0684-18.961418.0891

#badbaf color RGB value is (186,219,175).

#badbaf hex color red value is 186, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #badbaf hue: 0.29 , saturation: 0.38 and the lightness value of badbaf is 0.77.

The process color (four color CMYK) of #badbaf color hex is 0.15, 0.00, 0.20, 0.14. Web safe color of #badbaf is #cccc99. Color #badbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011011 10101111
Octal 272 333 257
Decimal 186 219 175
Hex BA DB AF

RGB Percentages of Color #badbaf

%32.07
%37.76
%30.17

CMYK Percentages of Color #badbaf

%15
%0
%20
%14

Triadic Colors of #badbaf

#badbaf #afbadb #dbafba

Analogous Colors of #badbaf

#badbaf #afdbba #d0dbaf

Monochromatic Colors of #badbaf

#badbaf

Complementary Color

#badbaf #d0afdb

#badbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#badbaf Color CSS Codes

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

#badbaf Text Font Color

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

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


#badbaf Background Color

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

This div background color is #badbaf


#badbaf Border Color

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

This div border color is #badbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badbaf


Comments

No comments written yet.

Please login to write comment.