Color Hex Logo

#bbd54b Color Hex

#BBD54B
(187,213,75)
0 Favorites   0 Comments

Color spaces of #bbd54b

RGB 18721375
HSL0.200.620.56
HSV71°65°84°
CMYK 0.120.000.65   0.16
XYZ45.557858.661315.5782
Yxy58.66130.38030.4897
Hunter Lab76.5907-27.858041.5541
CIE-Lab81.1051-27.254962.8183

#bbd54b color RGB value is (187,213,75).

#bbd54b hex color red value is 187, green value is 213 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bbd54b hue: 0.20 , saturation: 0.62 and the lightness value of bbd54b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010101 01001011
Octal 273 325 113
Decimal 187 213 75
Hex BB D5 4B

RGB Percentages of Color #bbd54b

%39.37
%44.84
%15.79

CMYK Percentages of Color #bbd54b

%12
%0
%65
%16

Triadic Colors of #bbd54b

#bbd54b #4bbbd5 #d54bbb

Analogous Colors of #bbd54b

#bbd54b #76d54b #d5aa4b

Monochromatic Colors of #bbd54b

#bbd54b

Complementary Color

#bbd54b #654bd5

#bbd54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd54b Color CSS Codes

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

#bbd54b Text Font Color

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

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


#bbd54b Background Color

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

This div background color is #bbd54b


#bbd54b Border Color

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

This div border color is #bbd54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd54b


Comments

No comments written yet.

Please login to write comment.