Color Hex Logo

#bbd00a Color Hex

#BBD00A
(187,208,10)
0 Favorites   0 Comments

Color spaces of #bbd00a

RGB 18720810
HSL0.180.910.43
HSV66°95°82°
CMYK 0.100.000.95   0.18
XYZ43.104255.69858.7662
Yxy55.69850.40070.5178
Hunter Lab74.6314-27.510445.2778
CIE-Lab79.4419-27.240978.1948

#bbd00a color RGB value is (187,208,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 00001010
Octal 273 320 12
Decimal 187 208 10
Hex BB D0 A

RGB Percentages of Color #bbd00a

%46.17
%51.36
%2.47

CMYK Percentages of Color #bbd00a

%10
%0
%95
%18

Triadic Colors of #bbd00a

#bbd00a #0abbd0 #d00abb

Analogous Colors of #bbd00a

#bbd00a #58d00a #d0820a

Monochromatic Colors of #bbd00a

#bbd00a

Complementary Color

#bbd00a #1f0ad0

#bbd00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd00a Color CSS Codes

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

#bbd00a Text Font Color

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

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


#bbd00a Background Color

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

This div background color is #bbd00a


#bbd00a Border Color

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

This div border color is #bbd00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd00a


Comments

No comments written yet.

Please login to write comment.