Color Hex Logo

#bbc030 Color Hex

#BBC030
(187,192,48)
0 Favorites   0 Comments

Color spaces of #bbc030

RGB 18719248
HSL0.170.600.47
HSV62°75°75°
CMYK 0.030.000.75   0.25
XYZ39.876748.477510.0517
Yxy48.47750.40520.4926
Hunter Lab69.6258-19.613040.1785
CIE-Lab75.1251-18.471666.7217

#bbc030 color RGB value is (187,192,48).

#bbc030 hex color red value is 187, green value is 192 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bbc030 hue: 0.17 , saturation: 0.60 and the lightness value of bbc030 is 0.47.

The process color (four color CMYK) of #bbc030 color hex is 0.03, 0.00, 0.75, 0.25. Web safe color of #bbc030 is #cccc33. Color #bbc030 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 00110000
Octal 273 300 60
Decimal 187 192 48
Hex BB C0 30

RGB Percentages of Color #bbc030

%43.79
%44.96
%11.24

CMYK Percentages of Color #bbc030

%3
%0
%75
%25

Triadic Colors of #bbc030

#bbc030 #30bbc0 #c030bb

Analogous Colors of #bbc030

#bbc030 #73c030 #c07d30

Monochromatic Colors of #bbc030

#bbc030

Complementary Color

#bbc030 #3530c0

#bbc030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc030 Color CSS Codes

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

#bbc030 Text Font Color

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

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


#bbc030 Background Color

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

This div background color is #bbc030


#bbc030 Border Color

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

This div border color is #bbc030


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,192,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 #bbc030">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc030


Comments

No comments written yet.

Please login to write comment.