Color Hex Logo

#bbba23 Color Hex

#BBBA23
(187,186,35)
0 Favorites   0 Comments

Color spaces of #bbba23

RGB 18718635
HSL0.170.680.44
HSV60°81°73°
CMYK 0.000.010.81   0.27
XYZ38.355845.80408.4096
Yxy45.80400.41430.4948
Hunter Lab67.6787-17.275640.0078
CIE-Lab73.4182-15.934768.9963

#bbba23 color RGB value is (187,186,35).

#bbba23 hex color red value is 187, green value is 186 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #bbba23 hue: 0.17 , saturation: 0.68 and the lightness value of bbba23 is 0.44.

The process color (four color CMYK) of #bbba23 color hex is 0.00, 0.01, 0.81, 0.27. Web safe color of #bbba23 is #cccc33. Color #bbba23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 00100011
Octal 273 272 43
Decimal 187 186 35
Hex BB BA 23

RGB Percentages of Color #bbba23

%45.83
%45.59
%8.58

CMYK Percentages of Color #bbba23

%0
%1
%81
%27

Triadic Colors of #bbba23

#bbba23 #23bbba #ba23bb

Analogous Colors of #bbba23

#bbba23 #70bb23 #bb6e23

Monochromatic Colors of #bbba23

#bbba23

Complementary Color

#bbba23 #2324bb

#bbba23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba23 Color CSS Codes

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

#bbba23 Text Font Color

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

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


#bbba23 Background Color

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

This div background color is #bbba23


#bbba23 Border Color

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

This div border color is #bbba23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba23


Comments

No comments written yet.

Please login to write comment.