Color Hex Logo

#bbc573 Color Hex

#BBC573
(187,197,115)
0 Favorites   0 Comments

Color spaces of #bbc573

RGB 187197115
HSL0.190.410.61
HSV67°42°77°
CMYK 0.050.000.42   0.23
XYZ43.554351.735123.9100
Yxy51.73510.36540.4340
Hunter Lab71.9271-17.784730.6398
CIE-Lab77.1222-15.909539.8937

#bbc573 color RGB value is (187,197,115).

#bbc573 hex color red value is 187, green value is 197 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bbc573 hue: 0.19 , saturation: 0.41 and the lightness value of bbc573 is 0.61.

The process color (four color CMYK) of #bbc573 color hex is 0.05, 0.00, 0.42, 0.23. Web safe color of #bbc573 is #cccc66. Color #bbc573 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 01110011
Octal 273 305 163
Decimal 187 197 115
Hex BB C5 73

RGB Percentages of Color #bbc573

%37.47
%39.48
%23.05

CMYK Percentages of Color #bbc573

%5
%0
%42
%23

Triadic Colors of #bbc573

#bbc573 #73bbc5 #c573bb

Analogous Colors of #bbc573

#bbc573 #92c573 #c5a673

Monochromatic Colors of #bbc573

#bbc573

Complementary Color

#bbc573 #7d73c5

#bbc573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc573 Color CSS Codes

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

#bbc573 Text Font Color

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

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


#bbc573 Background Color

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

This div background color is #bbc573


#bbc573 Border Color

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

This div border color is #bbc573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc573


Comments

No comments written yet.

Please login to write comment.