Color Hex Logo

#bbc408 Color Hex

#BBC408
(187,196,8)
0 Favorites   0 Comments

Color spaces of #bbc408

RGB 1871968
HSL0.170.920.40
HSV63°96°77°
CMYK 0.050.000.96   0.23
XYZ40.277350.06227.7699
Yxy50.06220.41050.5103
Hunter Lab70.7546-22.209043.0173
CIE-Lab76.1074-21.456575.8498

#bbc408 color RGB value is (187,196,8).

#bbc408 hex color red value is 187, green value is 196 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #bbc408 hue: 0.17 , saturation: 0.92 and the lightness value of bbc408 is 0.40.

The process color (four color CMYK) of #bbc408 color hex is 0.05, 0.00, 0.96, 0.23. Web safe color of #bbc408 is #cccc00. Color #bbc408 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 00001000
Octal 273 304 10
Decimal 187 196 8
Hex BB C4 8

RGB Percentages of Color #bbc408

%47.83
%50.13
%2.05

CMYK Percentages of Color #bbc408

%5
%0
%96
%23

Triadic Colors of #bbc408

#bbc408 #08bbc4 #c408bb

Analogous Colors of #bbc408

#bbc408 #5dc408 #c46f08

Monochromatic Colors of #bbc408

#bbc408

Complementary Color

#bbc408 #1108c4

#bbc408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc408 Color CSS Codes

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

#bbc408 Text Font Color

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

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


#bbc408 Background Color

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

This div background color is #bbc408


#bbc408 Border Color

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

This div border color is #bbc408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc408


Comments

No comments written yet.

Please login to write comment.