Color Hex Logo

#bbca7f Color Hex

#BBCA7F
(187,202,127)
0 Favorites   0 Comments

Color spaces of #bbca7f

RGB 187202127
HSL0.200.410.65
HSV72°37°79°
CMYK 0.070.000.37   0.21
XYZ45.444854.338228.1718
Yxy54.33820.35520.4247
Hunter Lab73.7144-18.955428.9410
CIE-Lab78.6585-17.033235.7617

#bbca7f color RGB value is (187,202,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001010 01111111
Octal 273 312 177
Decimal 187 202 127
Hex BB CA 7F

RGB Percentages of Color #bbca7f

%36.24
%39.15
%24.61

CMYK Percentages of Color #bbca7f

%7
%0
%37
%21

Triadic Colors of #bbca7f

#bbca7f #7fbbca #ca7fbb

Analogous Colors of #bbca7f

#bbca7f #96ca7f #cab47f

Monochromatic Colors of #bbca7f

#bbca7f

Complementary Color

#bbca7f #8e7fca

#bbca7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbca7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbca7f Color CSS Codes

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

#bbca7f Text Font Color

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

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


#bbca7f Background Color

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

This div background color is #bbca7f


#bbca7f Border Color

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

This div border color is #bbca7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbca7f


Comments

No comments written yet.

Please login to write comment.