Color Hex Logo

#bbc450 Color Hex

#BBC450
(187,196,80)
0 Favorites   0 Comments

Color spaces of #bbc450

RGB 18719680
HSL0.180.500.54
HSV65°59°77°
CMYK 0.050.000.59   0.23
XYZ41.681450.623815.1640
Yxy50.62380.38780.4711
Hunter Lab71.1504-19.944237.1690
CIE-Lab76.4506-18.621255.7288

#bbc450 color RGB value is (187,196,80).

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

The process color (four color CMYK) of #bbc450 color hex is 0.05, 0.00, 0.59, 0.23. Web safe color of #bbc450 is #cccc66. Color #bbc450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000100 01010000
Octal 273 304 120
Decimal 187 196 80
Hex BB C4 50

RGB Percentages of Color #bbc450

%40.39
%42.33
%17.28

CMYK Percentages of Color #bbc450

%5
%0
%59
%23

Triadic Colors of #bbc450

#bbc450 #50bbc4 #c450bb

Analogous Colors of #bbc450

#bbc450 #81c450 #c49350

Monochromatic Colors of #bbc450

#bbc450

Complementary Color

#bbc450 #5950c4

#bbc450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc450 Color CSS Codes

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

#bbc450 Text Font Color

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

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


#bbc450 Background Color

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

This div background color is #bbc450


#bbc450 Border Color

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

This div border color is #bbc450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc450


Comments

No comments written yet.

Please login to write comment.