Color Hex Logo

#bbc35f Color Hex

#BBC35F
(187,195,95)
0 Favorites   0 Comments

Color spaces of #bbc35f

RGB 18719595
HSL0.180.450.57
HSV65°51°76°
CMYK 0.040.000.51   0.24
XYZ42.074250.421218.3412
Yxy50.42120.37960.4549
Hunter Lab71.0079-18.497534.3910
CIE-Lab76.3271-16.899348.7295

#bbc35f color RGB value is (187,195,95).

#bbc35f hex color red value is 187, green value is 195 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bbc35f hue: 0.18 , saturation: 0.45 and the lightness value of bbc35f is 0.57.

The process color (four color CMYK) of #bbc35f color hex is 0.04, 0.00, 0.51, 0.24. Web safe color of #bbc35f is #cccc66. Color #bbc35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 01011111
Octal 273 303 137
Decimal 187 195 95
Hex BB C3 5F

RGB Percentages of Color #bbc35f

%39.20
%40.88
%19.92

CMYK Percentages of Color #bbc35f

%4
%0
%51
%24

Triadic Colors of #bbc35f

#bbc35f #5fbbc3 #c35fbb

Analogous Colors of #bbc35f

#bbc35f #89c35f #c3995f

Monochromatic Colors of #bbc35f

#bbc35f

Complementary Color

#bbc35f #675fc3

#bbc35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc35f Color CSS Codes

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

#bbc35f Text Font Color

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

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


#bbc35f Background Color

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

This div background color is #bbc35f


#bbc35f Border Color

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

This div border color is #bbc35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc35f


Comments

No comments written yet.

Please login to write comment.