Color Hex Logo

#bbc95e Color Hex

#BBC95E
(187,201,94)
0 Favorites   0 Comments

Color spaces of #bbc95e

RGB 18720194
HSL0.190.500.58
HSV68°53°79°
CMYK 0.070.000.53   0.21
XYZ43.400553.146218.5605
Yxy53.14620.37700.4617
Hunter Lab72.9014-21.310935.9359
CIE-Lab77.9612-19.980551.1085

#bbc95e color RGB value is (187,201,94).

#bbc95e hex color red value is 187, green value is 201 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bbc95e hue: 0.19 , saturation: 0.50 and the lightness value of bbc95e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001001 01011110
Octal 273 311 136
Decimal 187 201 94
Hex BB C9 5E

RGB Percentages of Color #bbc95e

%38.80
%41.70
%19.50

CMYK Percentages of Color #bbc95e

%7
%0
%53
%21

Triadic Colors of #bbc95e

#bbc95e #5ebbc9 #c95ebb

Analogous Colors of #bbc95e

#bbc95e #86c95e #c9a25e

Monochromatic Colors of #bbc95e

#bbc95e

Complementary Color

#bbc95e #6c5ec9

#bbc95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc95e Color CSS Codes

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

#bbc95e Text Font Color

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

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


#bbc95e Background Color

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

This div background color is #bbc95e


#bbc95e Border Color

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

This div border color is #bbc95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc95e


Comments

No comments written yet.

Please login to write comment.