Color Hex Logo

#bbc430 Color Hex

#BBC430
(187,196,48)
0 Favorites   0 Comments

Color spaces of #bbc430

RGB 18719648
HSL0.180.610.48
HSV64°76°77°
CMYK 0.050.000.76   0.23
XYZ40.766950.258110.3484
Yxy50.25810.40210.4958
Hunter Lab70.8929-21.416540.9704
CIE-Lab76.2274-20.458167.7414

#bbc430 color RGB value is (187,196,48).

#bbc430 hex color red value is 187, green value is 196 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bbc430 hue: 0.18 , saturation: 0.61 and the lightness value of bbc430 is 0.48.

The process color (four color CMYK) of #bbc430 color hex is 0.05, 0.00, 0.76, 0.23. Web safe color of #bbc430 is #cccc33. Color #bbc430 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 00110000
Octal 273 304 60
Decimal 187 196 48
Hex BB C4 30

RGB Percentages of Color #bbc430

%43.39
%45.48
%11.14

CMYK Percentages of Color #bbc430

%5
%0
%76
%23

Triadic Colors of #bbc430

#bbc430 #30bbc4 #c430bb

Analogous Colors of #bbc430

#bbc430 #71c430 #c48330

Monochromatic Colors of #bbc430

#bbc430

Complementary Color

#bbc430 #3930c4

#bbc430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc430 Color CSS Codes

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

#bbc430 Text Font Color

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

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


#bbc430 Background Color

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

This div background color is #bbc430


#bbc430 Border Color

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

This div border color is #bbc430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc430


Comments

No comments written yet.

Please login to write comment.