Color Hex Logo

#bbd48b Color Hex

#BBD48B
(187,212,139)
0 Favorites   0 Comments

Color spaces of #bbd48b

RGB 187212139
HSL0.220.460.69
HSV81°34°83°
CMYK 0.120.000.34   0.17
XYZ48.697259.515833.3472
Yxy59.51580.34400.4204
Hunter Lab77.1465-22.331728.3740
CIE-Lab81.5743-20.488133.4192

#bbd48b color RGB value is (187,212,139).

#bbd48b hex color red value is 187, green value is 212 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bbd48b hue: 0.22 , saturation: 0.46 and the lightness value of bbd48b is 0.69.

The process color (four color CMYK) of #bbd48b color hex is 0.12, 0.00, 0.34, 0.17. Web safe color of #bbd48b is #cccc99. Color #bbd48b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 10001011
Octal 273 324 213
Decimal 187 212 139
Hex BB D4 8B

RGB Percentages of Color #bbd48b

%34.76
%39.41
%25.84

CMYK Percentages of Color #bbd48b

%12
%0
%34
%17

Triadic Colors of #bbd48b

#bbd48b #8bbbd4 #d48bbb

Analogous Colors of #bbd48b

#bbd48b #97d48b #d4c98b

Monochromatic Colors of #bbd48b

#bbd48b

Complementary Color

#bbd48b #a48bd4

#bbd48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd48b Color CSS Codes

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

#bbd48b Text Font Color

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

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


#bbd48b Background Color

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

This div background color is #bbd48b


#bbd48b Border Color

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

This div border color is #bbd48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd48b


Comments

No comments written yet.

Please login to write comment.