Color Hex Logo

#bbd408 Color Hex

#BBD408
(187,212,8)
0 Favorites   0 Comments

Color spaces of #bbd408

RGB 1872128
HSL0.190.930.43
HSV67°96°83°
CMYK 0.120.000.96   0.17
XYZ44.080857.66939.0377
Yxy57.66930.39790.5205
Hunter Lab75.9403-29.282346.1021
CIE-Lab80.5546-29.157379.2307

#bbd408 color RGB value is (187,212,8).

#bbd408 hex color red value is 187, green value is 212 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #bbd408 hue: 0.19 , saturation: 0.93 and the lightness value of bbd408 is 0.43.

The process color (four color CMYK) of #bbd408 color hex is 0.12, 0.00, 0.96, 0.17. Web safe color of #bbd408 is #cccc00. Color #bbd408 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 00001000
Octal 273 324 10
Decimal 187 212 8
Hex BB D4 8

RGB Percentages of Color #bbd408

%45.95
%52.09
%1.97

CMYK Percentages of Color #bbd408

%12
%0
%96
%17

Triadic Colors of #bbd408

#bbd408 #08bbd4 #d408bb

Analogous Colors of #bbd408

#bbd408 #55d408 #d48708

Monochromatic Colors of #bbd408

#bbd408

Complementary Color

#bbd408 #2108d4

#bbd408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd408 Color CSS Codes

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

#bbd408 Text Font Color

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

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


#bbd408 Background Color

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

This div background color is #bbd408


#bbd408 Border Color

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

This div border color is #bbd408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd408


Comments

No comments written yet.

Please login to write comment.