Color Hex Logo

#bbd02f Color Hex

#BBD02F
(187,208,47)
0 Favorites   0 Comments

Color spaces of #bbd02f

RGB 18720847
HSL0.190.630.50
HSV68°77°82°
CMYK 0.100.000.77   0.18
XYZ43.562555.881811.1796
Yxy55.88180.39380.5052
Hunter Lab74.7541-26.800043.4610
CIE-Lab79.5465-26.335071.0830

#bbd02f color RGB value is (187,208,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 00101111
Octal 273 320 57
Decimal 187 208 47
Hex BB D0 2F

RGB Percentages of Color #bbd02f

%42.31
%47.06
%10.63

CMYK Percentages of Color #bbd02f

%10
%0
%77
%18

Triadic Colors of #bbd02f

#bbd02f #2fbbd0 #d02fbb

Analogous Colors of #bbd02f

#bbd02f #6bd02f #d0952f

Monochromatic Colors of #bbd02f

#bbd02f

Complementary Color

#bbd02f #442fd0

#bbd02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd02f Color CSS Codes

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

#bbd02f Text Font Color

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

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


#bbd02f Background Color

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

This div background color is #bbd02f


#bbd02f Border Color

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

This div border color is #bbd02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd02f


Comments

No comments written yet.

Please login to write comment.