Color Hex Logo

#bbbf27 Color Hex

#BBBF27
(187,191,39)
0 Favorites   0 Comments

Color spaces of #bbbf27

RGB 18719139
HSL0.170.660.45
HSV62°80°75°
CMYK 0.020.000.80   0.25
XYZ39.490547.97299.0978
Yxy47.97290.40900.4968
Hunter Lab69.2625-19.436340.6958
CIE-Lab74.8078-18.316469.1295

#bbbf27 color RGB value is (187,191,39).

#bbbf27 hex color red value is 187, green value is 191 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bbbf27 hue: 0.17 , saturation: 0.66 and the lightness value of bbbf27 is 0.45.

The process color (four color CMYK) of #bbbf27 color hex is 0.02, 0.00, 0.80, 0.25. Web safe color of #bbbf27 is #cccc33. Color #bbbf27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 00100111
Octal 273 277 47
Decimal 187 191 39
Hex BB BF 27

RGB Percentages of Color #bbbf27

%44.84
%45.80
%9.35

CMYK Percentages of Color #bbbf27

%2
%0
%80
%25

Triadic Colors of #bbbf27

#bbbf27 #27bbbf #bf27bb

Analogous Colors of #bbbf27

#bbbf27 #6fbf27 #bf7727

Monochromatic Colors of #bbbf27

#bbbf27

Complementary Color

#bbbf27 #2b27bf

#bbbf27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf27 Color CSS Codes

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

#bbbf27 Text Font Color

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

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


#bbbf27 Background Color

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

This div background color is #bbbf27


#bbbf27 Border Color

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

This div border color is #bbbf27


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,191,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 #bbbf27">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf27


Comments

No comments written yet.

Please login to write comment.