Color Hex Logo

#bbc97f Color Hex

#BBC97F
(187,201,127)
0 Favorites   0 Comments

Color spaces of #bbc97f

RGB 187201127
HSL0.200.410.64
HSV71°37°79°
CMYK 0.070.000.37   0.21
XYZ45.210953.870428.0938
Yxy53.87040.35550.4236
Hunter Lab73.3965-18.491028.6832
CIE-Lab78.3861-16.530935.4097

#bbc97f color RGB value is (187,201,127).

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

The process color (four color CMYK) of #bbc97f color hex is 0.07, 0.00, 0.37, 0.21. Web safe color of #bbc97f is #cccc66. Color #bbc97f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 01111111
Octal 273 311 177
Decimal 187 201 127
Hex BB C9 7F

RGB Percentages of Color #bbc97f

%36.31
%39.03
%24.66

CMYK Percentages of Color #bbc97f

%7
%0
%37
%21

Triadic Colors of #bbc97f

#bbc97f #7fbbc9 #c97fbb

Analogous Colors of #bbc97f

#bbc97f #96c97f #c9b27f

Monochromatic Colors of #bbc97f

#bbc97f

Complementary Color

#bbc97f #8d7fc9

#bbc97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc97f Color CSS Codes

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

#bbc97f Text Font Color

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

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


#bbc97f Background Color

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

This div background color is #bbc97f


#bbc97f Border Color

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

This div border color is #bbc97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc97f


Comments

No comments written yet.

Please login to write comment.