Color Hex Logo

#bbc83f Color Hex

#BBC83F
(187,200,63)
0 Favorites   0 Comments

Color spaces of #bbc83f

RGB 18720063
HSL0.180.550.52
HSV66°69°78°
CMYK 0.070.000.69   0.22
XYZ42.045052.232212.5684
Yxy52.23220.39350.4889
Hunter Lab72.2718-22.631340.2795
CIE-Lab77.4195-21.696263.6880

#bbc83f color RGB value is (187,200,63).

#bbc83f hex color red value is 187, green value is 200 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bbc83f hue: 0.18 , saturation: 0.55 and the lightness value of bbc83f is 0.52.

The process color (four color CMYK) of #bbc83f color hex is 0.07, 0.00, 0.69, 0.22. Web safe color of #bbc83f is #cccc33. Color #bbc83f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 00111111
Octal 273 310 77
Decimal 187 200 63
Hex BB C8 3F

RGB Percentages of Color #bbc83f

%41.56
%44.44
%14.00

CMYK Percentages of Color #bbc83f

%7
%0
%69
%22

Triadic Colors of #bbc83f

#bbc83f #3fbbc8 #c83fbb

Analogous Colors of #bbc83f

#bbc83f #77c83f #c8913f

Monochromatic Colors of #bbc83f

#bbc83f

Complementary Color

#bbc83f #4c3fc8

#bbc83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc83f Color CSS Codes

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

#bbc83f Text Font Color

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

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


#bbc83f Background Color

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

This div background color is #bbc83f


#bbc83f Border Color

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

This div border color is #bbc83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc83f


Comments

No comments written yet.

Please login to write comment.