Color Hex Logo

#bbd537 Color Hex

#BBD537
(187,213,55)
0 Favorites   0 Comments

Color spaces of #bbd537

RGB 18721355
HSL0.190.650.53
HSV70°74°84°
CMYK 0.120.000.74   0.16
XYZ44.977458.429112.5218
Yxy58.42910.38800.5040
Hunter Lab76.4389-28.737043.7947
CIE-Lab80.9768-28.370769.9418

#bbd537 color RGB value is (187,213,55).

#bbd537 hex color red value is 187, green value is 213 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bbd537 hue: 0.19 , saturation: 0.65 and the lightness value of bbd537 is 0.53.

The process color (four color CMYK) of #bbd537 color hex is 0.12, 0.00, 0.74, 0.16. Web safe color of #bbd537 is #cccc33. Color #bbd537 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 00110111
Octal 273 325 67
Decimal 187 213 55
Hex BB D5 37

RGB Percentages of Color #bbd537

%41.10
%46.81
%12.09

CMYK Percentages of Color #bbd537

%12
%0
%74
%16

Triadic Colors of #bbd537

#bbd537 #37bbd5 #d537bb

Analogous Colors of #bbd537

#bbd537 #6cd537 #d5a037

Monochromatic Colors of #bbd537

#bbd537

Complementary Color

#bbd537 #5137d5

#bbd537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd537 Color CSS Codes

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

#bbd537 Text Font Color

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

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


#bbd537 Background Color

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

This div background color is #bbd537


#bbd537 Border Color

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

This div border color is #bbd537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd537


Comments

No comments written yet.

Please login to write comment.