Color Hex Logo

#bbd01f Color Hex

#BBD01F
(187,208,31)
0 Favorites   0 Comments

Color spaces of #bbd01f

RGB 18720831
HSL0.190.740.47
HSV67°85°82°
CMYK 0.100.000.85   0.18
XYZ43.296755.77559.7801
Yxy55.77550.39780.5124
Hunter Lab74.6830-27.211744.5138
CIE-Lab79.4859-26.859475.0618

#bbd01f color RGB value is (187,208,31).

#bbd01f hex color red value is 187, green value is 208 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bbd01f hue: 0.19 , saturation: 0.74 and the lightness value of bbd01f is 0.47.

The process color (four color CMYK) of #bbd01f color hex is 0.10, 0.00, 0.85, 0.18. Web safe color of #bbd01f is #cccc33. Color #bbd01f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 00011111
Octal 273 320 37
Decimal 187 208 31
Hex BB D0 1F

RGB Percentages of Color #bbd01f

%43.90
%48.83
%7.28

CMYK Percentages of Color #bbd01f

%10
%0
%85
%18

Triadic Colors of #bbd01f

#bbd01f #1fbbd0 #d01fbb

Analogous Colors of #bbd01f

#bbd01f #62d01f #d08d1f

Monochromatic Colors of #bbd01f

#bbd01f

Complementary Color

#bbd01f #341fd0

#bbd01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd01f Color CSS Codes

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

#bbd01f Text Font Color

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

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


#bbd01f Background Color

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

This div background color is #bbd01f


#bbd01f Border Color

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

This div border color is #bbd01f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,208,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 #bbd01f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd01f


Comments

No comments written yet.

Please login to write comment.