Color Hex Logo

#bbc428 Color Hex

#BBC428
(187,196,40)
0 Favorites   0 Comments

Color spaces of #bbc428

RGB 18719640
HSL0.180.660.46
HSV63°80°77°
CMYK 0.050.000.80   0.23
XYZ40.616450.19799.5559
Yxy50.19790.40470.5001
Hunter Lab70.8505-21.659841.5986
CIE-Lab76.1906-20.763970.0700

#bbc428 color RGB value is (187,196,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 00101000
Octal 273 304 50
Decimal 187 196 40
Hex BB C4 28

RGB Percentages of Color #bbc428

%44.21
%46.34
%9.46

CMYK Percentages of Color #bbc428

%5
%0
%80
%23

Triadic Colors of #bbc428

#bbc428 #28bbc4 #c428bb

Analogous Colors of #bbc428

#bbc428 #6dc428 #c47f28

Monochromatic Colors of #bbc428

#bbc428

Complementary Color

#bbc428 #3128c4

#bbc428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc428 Color CSS Codes

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

#bbc428 Text Font Color

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

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


#bbc428 Background Color

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

This div background color is #bbc428


#bbc428 Border Color

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

This div border color is #bbc428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc428


Comments

No comments written yet.

Please login to write comment.