Color Hex Logo

#bbc98f Color Hex

#BBC98F
(187,201,143)
0 Favorites   0 Comments

Color spaces of #bbc98f

RGB 187201143
HSL0.210.350.67
HSV74°29°79°
CMYK 0.070.000.29   0.21
XYZ46.338154.321334.0294
Yxy54.32130.34400.4033
Hunter Lab73.7030-16.754824.2173
CIE-Lab78.6487-14.445727.4619

#bbc98f color RGB value is (187,201,143).

#bbc98f hex color red value is 187, green value is 201 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bbc98f hue: 0.21 , saturation: 0.35 and the lightness value of bbc98f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 10001111
Octal 273 311 217
Decimal 187 201 143
Hex BB C9 8F

RGB Percentages of Color #bbc98f

%35.22
%37.85
%26.93

CMYK Percentages of Color #bbc98f

%7
%0
%29
%21

Triadic Colors of #bbc98f

#bbc98f #8fbbc9 #c98fbb

Analogous Colors of #bbc98f

#bbc98f #9ec98f #c9ba8f

Monochromatic Colors of #bbc98f

#bbc98f

Complementary Color

#bbc98f #9d8fc9

#bbc98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc98f Color CSS Codes

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

#bbc98f Text Font Color

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

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


#bbc98f Background Color

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

This div background color is #bbc98f


#bbc98f Border Color

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

This div border color is #bbc98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc98f


Comments

No comments written yet.

Please login to write comment.