Color Hex Logo

#bbbf90 Color Hex

#BBBF90
(187,191,144)
0 Favorites   0 Comments

Color spaces of #bbbf90

RGB 187191144
HSL0.180.270.66
HSV65°25°75°
CMYK 0.020.000.25   0.25
XYZ44.158449.840033.6782
Yxy49.84000.34590.3904
Hunter Lab70.5975-11.894621.1342
CIE-Lab75.9709-9.173323.3137

#bbbf90 color RGB value is (187,191,144).

#bbbf90 hex color red value is 187, green value is 191 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bbbf90 hue: 0.18 , saturation: 0.27 and the lightness value of bbbf90 is 0.66.

The process color (four color CMYK) of #bbbf90 color hex is 0.02, 0.00, 0.25, 0.25. Web safe color of #bbbf90 is #cccc99. Color #bbbf90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 10010000
Octal 273 277 220
Decimal 187 191 144
Hex BB BF 90

RGB Percentages of Color #bbbf90

%35.82
%36.59
%27.59

CMYK Percentages of Color #bbbf90

%2
%0
%25
%25

Triadic Colors of #bbbf90

#bbbf90 #90bbbf #bf90bb

Analogous Colors of #bbbf90

#bbbf90 #a4bf90 #bfac90

Monochromatic Colors of #bbbf90

#bbbf90

Complementary Color

#bbbf90 #9490bf

#bbbf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf90 Color CSS Codes

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

#bbbf90 Text Font Color

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

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


#bbbf90 Background Color

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

This div background color is #bbbf90


#bbbf90 Border Color

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

This div border color is #bbbf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf90


Comments

No comments written yet.

Please login to write comment.