Color Hex Logo

#bbd489 Color Hex

#BBD489
(187,212,137)
0 Favorites   0 Comments

Color spaces of #bbd489

RGB 187212137
HSL0.220.470.68
HSV80°35°83°
CMYK 0.120.000.35   0.17
XYZ48.552459.457932.5845
Yxy59.45790.34530.4229
Hunter Lab77.1089-22.546428.9216
CIE-Lab81.5426-20.748634.4003

#bbd489 color RGB value is (187,212,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 10001001
Octal 273 324 211
Decimal 187 212 137
Hex BB D4 89

RGB Percentages of Color #bbd489

%34.89
%39.55
%25.56

CMYK Percentages of Color #bbd489

%12
%0
%35
%17

Triadic Colors of #bbd489

#bbd489 #89bbd4 #d489bb

Analogous Colors of #bbd489

#bbd489 #96d489 #d4c889

Monochromatic Colors of #bbd489

#bbd489

Complementary Color

#bbd489 #a289d4

#bbd489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd489 Color CSS Codes

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

#bbd489 Text Font Color

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

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


#bbd489 Background Color

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

This div background color is #bbd489


#bbd489 Border Color

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

This div border color is #bbd489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd489


Comments

No comments written yet.

Please login to write comment.