Color Hex Logo

#bbd02a Color Hex

#BBD02A
(187,208,42)
0 Favorites   0 Comments

Color spaces of #bbd02a

RGB 18720842
HSL0.190.660.49
HSV68°80°82°
CMYK 0.100.000.80   0.18
XYZ43.467355.843710.6784
Yxy55.84370.39520.5077
Hunter Lab74.7286-26.947343.8378
CIE-Lab79.5248-26.522472.4665

#bbd02a color RGB value is (187,208,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 00101010
Octal 273 320 52
Decimal 187 208 42
Hex BB D0 2A

RGB Percentages of Color #bbd02a

%42.79
%47.60
%9.61

CMYK Percentages of Color #bbd02a

%10
%0
%80
%18

Triadic Colors of #bbd02a

#bbd02a #2abbd0 #d02abb

Analogous Colors of #bbd02a

#bbd02a #68d02a #d0922a

Monochromatic Colors of #bbd02a

#bbd02a

Complementary Color

#bbd02a #3f2ad0

#bbd02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd02a Color CSS Codes

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

#bbd02a Text Font Color

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

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


#bbd02a Background Color

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

This div background color is #bbd02a


#bbd02a Border Color

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

This div border color is #bbd02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd02a


Comments

No comments written yet.

Please login to write comment.