Color Hex Logo

#bbd10a Color Hex

#BBD10A
(187,209,10)
0 Favorites   0 Comments

Color spaces of #bbd10a

RGB 18720910
HSL0.190.910.43
HSV67°95°82°
CMYK 0.110.000.95   0.18
XYZ43.348856.18768.8477
Yxy56.18760.40000.5184
Hunter Lab74.9584-27.949845.4726
CIE-Lab79.7205-27.716378.4083

#bbd10a color RGB value is (187,209,10).

#bbd10a hex color red value is 187, green value is 209 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bbd10a hue: 0.19 , saturation: 0.91 and the lightness value of bbd10a is 0.43.

The process color (four color CMYK) of #bbd10a color hex is 0.11, 0.00, 0.95, 0.18. Web safe color of #bbd10a is #cccc00. Color #bbd10a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 00001010
Octal 273 321 12
Decimal 187 209 10
Hex BB D1 A

RGB Percentages of Color #bbd10a

%46.06
%51.48
%2.46

CMYK Percentages of Color #bbd10a

%11
%0
%95
%18

Triadic Colors of #bbd10a

#bbd10a #0abbd1 #d10abb

Analogous Colors of #bbd10a

#bbd10a #58d10a #d1840a

Monochromatic Colors of #bbd10a

#bbd10a

Complementary Color

#bbd10a #200ad1

#bbd10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd10a Color CSS Codes

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

#bbd10a Text Font Color

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

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


#bbd10a Background Color

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

This div background color is #bbd10a


#bbd10a Border Color

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

This div border color is #bbd10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd10a


Comments

No comments written yet.

Please login to write comment.