Color Hex Logo

#bbdaad Color Hex

#BBDAAD
(187,218,173)
0 Favorites   0 Comments

Color spaces of #bbdaad

RGB 187218173
HSL0.280.380.77
HSV101°21°85°
CMYK 0.140.000.21   0.15
XYZ53.107763.724749.0362
Yxy63.72470.32020.3842
Hunter Lab79.8278-20.946319.4591
CIE-Lab83.8222-18.446118.8049

#bbdaad color RGB value is (187,218,173).

#bbdaad hex color red value is 187, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bbdaad hue: 0.28 , saturation: 0.38 and the lightness value of bbdaad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 10101101
Octal 273 332 255
Decimal 187 218 173
Hex BB DA AD

RGB Percentages of Color #bbdaad

%32.35
%37.72
%29.93

CMYK Percentages of Color #bbdaad

%14
%0
%21
%15

Triadic Colors of #bbdaad

#bbdaad #adbbda #daadbb

Analogous Colors of #bbdaad

#bbdaad #addab6 #d2daad

Monochromatic Colors of #bbdaad

#bbdaad

Complementary Color

#bbdaad #ccadda

#bbdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdaad Color CSS Codes

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

#bbdaad Text Font Color

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

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


#bbdaad Background Color

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

This div background color is #bbdaad


#bbdaad Border Color

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

This div border color is #bbdaad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,218,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdaad


Comments

No comments written yet.

Please login to write comment.