Color Hex Logo

#badabb Color Hex

#BADABB
(186,218,187)
0 Favorites   0 Comments

Color spaces of #badabb

RGB 186218187
HSL0.340.300.79
HSV122°15°85°
CMYK 0.150.000.14   0.15
XYZ54.290764.169856.5383
Yxy64.16980.31020.3667
Hunter Lab80.1061-19.209814.2278
CIE-Lab84.0541-16.410111.7546

#badabb color RGB value is (186,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011010 10111011
Octal 272 332 273
Decimal 186 218 187
Hex BA DA BB

RGB Percentages of Color #badabb

%31.47
%36.89
%31.64

CMYK Percentages of Color #badabb

%15
%0
%14
%15

Triadic Colors of #badabb

#badabb #bbbada #dabbba

Analogous Colors of #badabb

#badabb #badacb #c9daba

Monochromatic Colors of #badabb

#badabb

Complementary Color

#badabb #dabad9

#badabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#badabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#badabb Color CSS Codes

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

#badabb Text Font Color

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

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


#badabb Background Color

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

This div background color is #badabb


#badabb Border Color

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

This div border color is #badabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,218,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 #badabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #badabb


Comments

No comments written yet.

Please login to write comment.