Color Hex Logo

#bbc81f Color Hex

#BBC81F
(187,200,31)
0 Favorites   0 Comments

Color spaces of #bbc81f

RGB 18720031
HSL0.180.730.45
HSV65°85°78°
CMYK 0.070.000.85   0.22
XYZ41.395151.97239.1462
Yxy51.97230.40380.5070
Hunter Lab72.0918-23.666042.9422
CIE-Lab77.2643-23.000373.2100

#bbc81f color RGB value is (187,200,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 00011111
Octal 273 310 37
Decimal 187 200 31
Hex BB C8 1F

RGB Percentages of Color #bbc81f

%44.74
%47.85
%7.42

CMYK Percentages of Color #bbc81f

%7
%0
%85
%22

Triadic Colors of #bbc81f

#bbc81f #1fbbc8 #c81fbb

Analogous Colors of #bbc81f

#bbc81f #67c81f #c8811f

Monochromatic Colors of #bbc81f

#bbc81f

Complementary Color

#bbc81f #2c1fc8

#bbc81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc81f Color CSS Codes

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

#bbc81f Text Font Color

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

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


#bbc81f Background Color

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

This div background color is #bbc81f


#bbc81f Border Color

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

This div border color is #bbc81f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc81f


Comments

No comments written yet.

Please login to write comment.