Color Hex Logo

#bbc403 Color Hex

#BBC403
(187,196,3)
0 Favorites   0 Comments

Color spaces of #bbc403

RGB 1871963
HSL0.170.970.39
HSV63°98°77°
CMYK 0.050.000.98   0.23
XYZ40.249950.05127.6256
Yxy50.05120.41100.5111
Hunter Lab70.7469-22.253343.1321
CIE-Lab76.1007-21.512676.3549

#bbc403 color RGB value is (187,196,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 00000011
Octal 273 304 3
Decimal 187 196 3
Hex BB C4 3

RGB Percentages of Color #bbc403

%48.45
%50.78
%0.78

CMYK Percentages of Color #bbc403

%5
%0
%98
%23

Triadic Colors of #bbc403

#bbc403 #03bbc4 #c403bb

Analogous Colors of #bbc403

#bbc403 #5bc403 #c46d03

Monochromatic Colors of #bbc403

#bbc403

Complementary Color

#bbc403 #0c03c4

#bbc403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc403 Color CSS Codes

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

#bbc403 Text Font Color

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

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


#bbc403 Background Color

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

This div background color is #bbc403


#bbc403 Border Color

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

This div border color is #bbc403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc403


Comments

No comments written yet.

Please login to write comment.