Color Hex Logo

#bbc398 Color Hex

#BBC398
(187,195,152)
0 Favorites   0 Comments

Color spaces of #bbc398

RGB 187195152
HSL0.200.260.68
HSV71°22°76°
CMYK 0.040.000.22   0.24
XYZ45.676151.862037.3087
Yxy51.86200.33870.3846
Hunter Lab72.0153-12.812119.6945
CIE-Lab77.1982-10.076720.7343

#bbc398 color RGB value is (187,195,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 10011000
Octal 273 303 230
Decimal 187 195 152
Hex BB C3 98

RGB Percentages of Color #bbc398

%35.02
%36.52
%28.46

CMYK Percentages of Color #bbc398

%4
%0
%22
%24

Triadic Colors of #bbc398

#bbc398 #98bbc3 #c398bb

Analogous Colors of #bbc398

#bbc398 #a6c398 #c3b698

Monochromatic Colors of #bbc398

#bbc398

Complementary Color

#bbc398 #a098c3

#bbc398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc398 Color CSS Codes

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

#bbc398 Text Font Color

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

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


#bbc398 Background Color

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

This div background color is #bbc398


#bbc398 Border Color

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

This div border color is #bbc398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc398


Comments

No comments written yet.

Please login to write comment.