Color Hex Logo

#bbc58e Color Hex

#BBC58E
(187,197,142)
0 Favorites   0 Comments

Color spaces of #bbc58e

RGB 187197142
HSL0.200.320.66
HSV71°28°77°
CMYK 0.050.000.28   0.23
XYZ45.342352.450333.3253
Yxy52.45030.34580.4000
Hunter Lab72.4226-14.984323.4135
CIE-Lab77.5493-12.546426.5091

#bbc58e color RGB value is (187,197,142).

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

The process color (four color CMYK) of #bbc58e color hex is 0.05, 0.00, 0.28, 0.23. Web safe color of #bbc58e is #cccc99. Color #bbc58e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 10001110
Octal 273 305 216
Decimal 187 197 142
Hex BB C5 8E

RGB Percentages of Color #bbc58e

%35.55
%37.45
%27.00

CMYK Percentages of Color #bbc58e

%5
%0
%28
%23

Triadic Colors of #bbc58e

#bbc58e #8ebbc5 #c58ebb

Analogous Colors of #bbc58e

#bbc58e #a0c58e #c5b48e

Monochromatic Colors of #bbc58e

#bbc58e

Complementary Color

#bbc58e #988ec5

#bbc58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc58e Color CSS Codes

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

#bbc58e Text Font Color

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

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


#bbc58e Background Color

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

This div background color is #bbc58e


#bbc58e Border Color

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

This div border color is #bbc58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc58e


Comments

No comments written yet.

Please login to write comment.