Color Hex Logo

#baddab Color Hex

#BADDAB
(186,221,171)
1 Favorites   0 Comments

Color spaces of #baddab

RGB 186221171
HSL0.280.420.77
HSV102°23°87°
CMYK 0.160.000.23   0.13
XYZ53.456865.092348.2747
Yxy65.09230.32040.3902
Hunter Lab80.6798-22.919220.9997
CIE-Lab84.5313-20.601920.8251

#baddab color RGB value is (186,221,171).

#baddab hex color red value is 186, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #baddab hue: 0.28 , saturation: 0.42 and the lightness value of baddab is 0.77.

The process color (four color CMYK) of #baddab color hex is 0.16, 0.00, 0.23, 0.13. Web safe color of #baddab is #cccc99. Color #baddab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11011101 10101011
Octal 272 335 253
Decimal 186 221 171
Hex BA DD AB

RGB Percentages of Color #baddab

%32.18
%38.24
%29.58

CMYK Percentages of Color #baddab

%16
%0
%23
%13

Triadic Colors of #baddab

#baddab #abbadd #ddabba

Analogous Colors of #baddab

#baddab #abddb5 #d3ddab

Monochromatic Colors of #baddab

#baddab

Complementary Color

#baddab #ceabdd

#baddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#baddab Color CSS Codes

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

#baddab Text Font Color

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

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


#baddab Background Color

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

This div background color is #baddab


#baddab Border Color

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

This div border color is #baddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baddab


Comments

No comments written yet.

Please login to write comment.