Color Hex Logo

#bbc989 Color Hex

#BBC989
(187,201,137)
0 Favorites   0 Comments

Color spaces of #bbc989

RGB 187201137
HSL0.200.370.66
HSV73°32°79°
CMYK 0.070.000.32   0.21
XYZ45.895554.144231.6988
Yxy54.14420.34840.4110
Hunter Lab73.5827-17.434625.9663
CIE-Lab78.5457-15.258830.4565

#bbc989 color RGB value is (187,201,137).

#bbc989 hex color red value is 187, green value is 201 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bbc989 hue: 0.20 , saturation: 0.37 and the lightness value of bbc989 is 0.66.

The process color (four color CMYK) of #bbc989 color hex is 0.07, 0.00, 0.32, 0.21. Web safe color of #bbc989 is #cccc99. Color #bbc989 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 10001001
Octal 273 311 211
Decimal 187 201 137
Hex BB C9 89

RGB Percentages of Color #bbc989

%35.62
%38.29
%26.10

CMYK Percentages of Color #bbc989

%7
%0
%32
%21

Triadic Colors of #bbc989

#bbc989 #89bbc9 #c989bb

Analogous Colors of #bbc989

#bbc989 #9bc989 #c9b789

Monochromatic Colors of #bbc989

#bbc989

Complementary Color

#bbc989 #9789c9

#bbc989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc989 Color CSS Codes

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

#bbc989 Text Font Color

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

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


#bbc989 Background Color

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

This div background color is #bbc989


#bbc989 Border Color

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

This div border color is #bbc989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc989


Comments

No comments written yet.

Please login to write comment.