Color Hex Logo

#bbc727 Color Hex

#BBC727
(187,199,39)
0 Favorites   0 Comments

Color spaces of #bbc727

RGB 18719939
HSL0.180.670.47
HSV64°80°78°
CMYK 0.060.000.80   0.22
XYZ41.283151.55819.6953
Yxy51.55810.40260.5028
Hunter Lab71.8040-23.029842.2572
CIE-Lab77.0158-22.271771.0628

#bbc727 color RGB value is (187,199,39).

#bbc727 hex color red value is 187, green value is 199 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bbc727 hue: 0.18 , saturation: 0.67 and the lightness value of bbc727 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 00100111
Octal 273 307 47
Decimal 187 199 39
Hex BB C7 27

RGB Percentages of Color #bbc727

%44.00
%46.82
%9.18

CMYK Percentages of Color #bbc727

%6
%0
%80
%22

Triadic Colors of #bbc727

#bbc727 #27bbc7 #c727bb

Analogous Colors of #bbc727

#bbc727 #6bc727 #c78327

Monochromatic Colors of #bbc727

#bbc727

Complementary Color

#bbc727 #3327c7

#bbc727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc727 Color CSS Codes

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

#bbc727 Text Font Color

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

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


#bbc727 Background Color

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

This div background color is #bbc727


#bbc727 Border Color

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

This div border color is #bbc727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc727


Comments

No comments written yet.

Please login to write comment.