Color Hex Logo

#bbb627 Color Hex

#BBB627
(187,182,39)
0 Favorites   0 Comments

Color spaces of #bbb627

RGB 18718239
HSL0.160.650.44
HSV58°79°73°
CMYK 0.000.030.79   0.27
XYZ37.587744.16728.4635
Yxy44.16720.41660.4896
Hunter Lab66.4584-15.345838.9703
CIE-Lab72.3401-13.770966.9560

#bbb627 color RGB value is (187,182,39).

#bbb627 hex color red value is 187, green value is 182 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #bbb627 hue: 0.16 , saturation: 0.65 and the lightness value of bbb627 is 0.44.

The process color (four color CMYK) of #bbb627 color hex is 0.00, 0.03, 0.79, 0.27. Web safe color of #bbb627 is #cccc33. Color #bbb627 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 00100111
Octal 273 266 47
Decimal 187 182 39
Hex BB B6 27

RGB Percentages of Color #bbb627

%45.83
%44.61
%9.56

CMYK Percentages of Color #bbb627

%0
%3
%79
%27

Triadic Colors of #bbb627

#bbb627 #27bbb6 #b627bb

Analogous Colors of #bbb627

#bbb627 #76bb27 #bb6c27

Monochromatic Colors of #bbb627

#bbb627

Complementary Color

#bbb627 #272cbb

#bbb627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb627 Color CSS Codes

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

#bbb627 Text Font Color

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

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


#bbb627 Background Color

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

This div background color is #bbb627


#bbb627 Border Color

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

This div border color is #bbb627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb627


Comments

No comments written yet.

Please login to write comment.