Color Hex Logo

#bbc620 Color Hex

#BBC620
(187,198,32)
0 Favorites   0 Comments

Color spaces of #bbc620

RGB 18719832
HSL0.180.720.45
HSV64°84°78°
CMYK 0.060.000.84   0.22
XYZ40.948351.05729.0633
Yxy51.05720.40520.5052
Hunter Lab71.4543-22.752142.4977
CIE-Lab76.7136-21.995572.5261

#bbc620 color RGB value is (187,198,32).

#bbc620 hex color red value is 187, green value is 198 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bbc620 hue: 0.18 , saturation: 0.72 and the lightness value of bbc620 is 0.45.

The process color (four color CMYK) of #bbc620 color hex is 0.06, 0.00, 0.84, 0.22. Web safe color of #bbc620 is #cccc33. Color #bbc620 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 00100000
Octal 273 306 40
Decimal 187 198 32
Hex BB C6 20

RGB Percentages of Color #bbc620

%44.84
%47.48
%7.67

CMYK Percentages of Color #bbc620

%6
%0
%84
%22

Triadic Colors of #bbc620

#bbc620 #20bbc6 #c620bb

Analogous Colors of #bbc620

#bbc620 #68c620 #c67e20

Monochromatic Colors of #bbc620

#bbc620

Complementary Color

#bbc620 #2b20c6

#bbc620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc620 Color CSS Codes

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

#bbc620 Text Font Color

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

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


#bbc620 Background Color

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

This div background color is #bbc620


#bbc620 Border Color

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

This div border color is #bbc620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc620


Comments

No comments written yet.

Please login to write comment.