Color Hex Logo

#bbd124 Color Hex

#BBD124
(187,209,36)
0 Favorites   0 Comments

Color spaces of #bbd124

RGB 18720936
HSL0.190.710.48
HSV68°83°82°
CMYK 0.110.000.83   0.18
XYZ43.612456.293110.2361
Yxy56.29310.39600.5111
Hunter Lab75.0287-27.542544.4312
CIE-Lab79.7803-27.195874.1985

#bbd124 color RGB value is (187,209,36).

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

The process color (four color CMYK) of #bbd124 color hex is 0.11, 0.00, 0.83, 0.18. Web safe color of #bbd124 is #cccc33. Color #bbd124 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 00100100
Octal 273 321 44
Decimal 187 209 36
Hex BB D1 24

RGB Percentages of Color #bbd124

%43.29
%48.38
%8.33

CMYK Percentages of Color #bbd124

%11
%0
%83
%18

Triadic Colors of #bbd124

#bbd124 #24bbd1 #d124bb

Analogous Colors of #bbd124

#bbd124 #65d124 #d19124

Monochromatic Colors of #bbd124

#bbd124

Complementary Color

#bbd124 #3a24d1

#bbd124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd124 Color CSS Codes

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

#bbd124 Text Font Color

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

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


#bbd124 Background Color

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

This div background color is #bbd124


#bbd124 Border Color

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

This div border color is #bbd124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd124


Comments

No comments written yet.

Please login to write comment.