Color Hex Logo

#bbd150 Color Hex

#BBD150
(187,209,80)
0 Favorites   0 Comments

Color spaces of #bbd150

RGB 18720980
HSL0.200.580.57
HSV70°62°82°
CMYK 0.110.000.62   0.18
XYZ44.741956.744916.1841
Yxy56.74490.38020.4822
Hunter Lab75.3292-25.805839.9923
CIE-Lab80.0359-24.996459.6360

#bbd150 color RGB value is (187,209,80).

#bbd150 hex color red value is 187, green value is 209 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bbd150 hue: 0.20 , saturation: 0.58 and the lightness value of bbd150 is 0.57.

The process color (four color CMYK) of #bbd150 color hex is 0.11, 0.00, 0.62, 0.18. Web safe color of #bbd150 is #cccc66. Color #bbd150 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 01010000
Octal 273 321 120
Decimal 187 209 80
Hex BB D1 50

RGB Percentages of Color #bbd150

%39.29
%43.91
%16.81

CMYK Percentages of Color #bbd150

%11
%0
%62
%18

Triadic Colors of #bbd150

#bbd150 #50bbd1 #d150bb

Analogous Colors of #bbd150

#bbd150 #7bd150 #d1a750

Monochromatic Colors of #bbd150

#bbd150

Complementary Color

#bbd150 #6650d1

#bbd150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd150 Color CSS Codes

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

#bbd150 Text Font Color

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

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


#bbd150 Background Color

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

This div background color is #bbd150


#bbd150 Border Color

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

This div border color is #bbd150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd150


Comments

No comments written yet.

Please login to write comment.