Color Hex Logo

#bbd830 Color Hex

#BBD830
(187,216,48)
0 Favorites   0 Comments

Color spaces of #bbd830

RGB 18721648
HSL0.200.680.52
HSV70°78°85°
CMYK 0.130.000.78   0.15
XYZ45.582959.889911.9537
Yxy59.88990.38820.5100
Hunter Lab77.3886-30.291145.0139
CIE-Lab81.7783-30.084972.8174

#bbd830 color RGB value is (187,216,48).

#bbd830 hex color red value is 187, green value is 216 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bbd830 hue: 0.20 , saturation: 0.68 and the lightness value of bbd830 is 0.52.

The process color (four color CMYK) of #bbd830 color hex is 0.13, 0.00, 0.78, 0.15. Web safe color of #bbd830 is #cccc33. Color #bbd830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 00110000
Octal 273 330 60
Decimal 187 216 48
Hex BB D8 30

RGB Percentages of Color #bbd830

%41.46
%47.89
%10.64

CMYK Percentages of Color #bbd830

%13
%0
%78
%15

Triadic Colors of #bbd830

#bbd830 #30bbd8 #d830bb

Analogous Colors of #bbd830

#bbd830 #67d830 #d8a130

Monochromatic Colors of #bbd830

#bbd830

Complementary Color

#bbd830 #4d30d8

#bbd830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd830 Color CSS Codes

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

#bbd830 Text Font Color

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

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


#bbd830 Background Color

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

This div background color is #bbd830


#bbd830 Border Color

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

This div border color is #bbd830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd830


Comments

No comments written yet.

Please login to write comment.