Color Hex Logo

#bbc574 Color Hex

#BBC574
(187,197,116)
0 Favorites   0 Comments

Color spaces of #bbc574

RGB 187197116
HSL0.190.410.61
HSV67°41°77°
CMYK 0.050.000.41   0.23
XYZ43.612251.758324.2147
Yxy51.75830.36470.4328
Hunter Lab71.9432-17.693530.4044
CIE-Lab77.1361-15.798839.4073

#bbc574 color RGB value is (187,197,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 01110100
Octal 273 305 164
Decimal 187 197 116
Hex BB C5 74

RGB Percentages of Color #bbc574

%37.40
%39.40
%23.20

CMYK Percentages of Color #bbc574

%5
%0
%41
%23

Triadic Colors of #bbc574

#bbc574 #74bbc5 #c574bb

Analogous Colors of #bbc574

#bbc574 #93c574 #c5a774

Monochromatic Colors of #bbc574

#bbc574

Complementary Color

#bbc574 #7e74c5

#bbc574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc574 Color CSS Codes

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

#bbc574 Text Font Color

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

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


#bbc574 Background Color

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

This div background color is #bbc574


#bbc574 Border Color

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

This div border color is #bbc574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc574


Comments

No comments written yet.

Please login to write comment.