Color Hex Logo

#bbc298 Color Hex

#BBC298
(187,194,152)
0 Favorites   0 Comments

Color spaces of #bbc298

RGB 187194152
HSL0.190.260.68
HSV70°22°76°
CMYK 0.040.000.22   0.24
XYZ45.452851.415437.2343
Yxy51.41540.33890.3834
Hunter Lab71.7045-12.333519.4054
CIE-Lab76.9300-9.559620.3649

#bbc298 color RGB value is (187,194,152).

#bbc298 hex color red value is 187, green value is 194 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bbc298 hue: 0.19 , saturation: 0.26 and the lightness value of bbc298 is 0.68.

The process color (four color CMYK) of #bbc298 color hex is 0.04, 0.00, 0.22, 0.24. Web safe color of #bbc298 is #cccc99. Color #bbc298 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000010 10011000
Octal 273 302 230
Decimal 187 194 152
Hex BB C2 98

RGB Percentages of Color #bbc298

%35.08
%36.40
%28.52

CMYK Percentages of Color #bbc298

%4
%0
%22
%24

Triadic Colors of #bbc298

#bbc298 #98bbc2 #c298bb

Analogous Colors of #bbc298

#bbc298 #a6c298 #c2b498

Monochromatic Colors of #bbc298

#bbc298

Complementary Color

#bbc298 #9f98c2

#bbc298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc298 Color CSS Codes

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

#bbc298 Text Font Color

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

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


#bbc298 Background Color

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

This div background color is #bbc298


#bbc298 Border Color

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

This div border color is #bbc298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc298


Comments

No comments written yet.

Please login to write comment.