Color Hex Logo

#bbd2ad Color Hex

#BBD2AD
(187,210,173)
0 Favorites   0 Comments

Color spaces of #bbd2ad

RGB 187210173
HSL0.270.290.75
HSV97°18°82°
CMYK 0.110.000.18   0.18
XYZ51.082959.675148.3613
Yxy59.67510.32100.3750
Hunter Lab77.2497-17.150216.9569
CIE-Lab81.6613-14.433315.7857

#bbd2ad color RGB value is (187,210,173).

#bbd2ad hex color red value is 187, green value is 210 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bbd2ad hue: 0.27 , saturation: 0.29 and the lightness value of bbd2ad is 0.75.

The process color (four color CMYK) of #bbd2ad color hex is 0.11, 0.00, 0.18, 0.18. Web safe color of #bbd2ad is #cccc99. Color #bbd2ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 10101101
Octal 273 322 255
Decimal 187 210 173
Hex BB D2 AD

RGB Percentages of Color #bbd2ad

%32.81
%36.84
%30.35

CMYK Percentages of Color #bbd2ad

%11
%0
%18
%18

Triadic Colors of #bbd2ad

#bbd2ad #adbbd2 #d2adbb

Analogous Colors of #bbd2ad

#bbd2ad #add2b2 #ced2ad

Monochromatic Colors of #bbd2ad

#bbd2ad

Complementary Color

#bbd2ad #c4add2

#bbd2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd2ad Color CSS Codes

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

#bbd2ad Text Font Color

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

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


#bbd2ad Background Color

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

This div background color is #bbd2ad


#bbd2ad Border Color

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

This div border color is #bbd2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd2ad


Comments

No comments written yet.

Please login to write comment.