Color Hex Logo

#bbd04a Color Hex

#BBD04A
(187,208,74)
0 Favorites   0 Comments

Color spaces of #bbd04a

RGB 18720874
HSL0.190.590.55
HSV69°64°82°
CMYK 0.100.000.64   0.18
XYZ44.285456.171014.9866
Yxy56.17100.38360.4866
Hunter Lab74.9473-25.684540.6074
CIE-Lab79.7110-24.923561.7561

#bbd04a color RGB value is (187,208,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 01001010
Octal 273 320 112
Decimal 187 208 74
Hex BB D0 4A

RGB Percentages of Color #bbd04a

%39.87
%44.35
%15.78

CMYK Percentages of Color #bbd04a

%10
%0
%64
%18

Triadic Colors of #bbd04a

#bbd04a #4abbd0 #d04abb

Analogous Colors of #bbd04a

#bbd04a #78d04a #d0a24a

Monochromatic Colors of #bbd04a

#bbd04a

Complementary Color

#bbd04a #5f4ad0

#bbd04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd04a Color CSS Codes

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

#bbd04a Text Font Color

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

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


#bbd04a Background Color

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

This div background color is #bbd04a


#bbd04a Border Color

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

This div border color is #bbd04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd04a


Comments

No comments written yet.

Please login to write comment.