color codes Logo

#bcaa09 color codes

#BCAA09
(188,170,9)
0 Favorites   0 Comments

Color spaces of #bcaa09

RGB 1881709
HSL0.150.910.39
HSV54°95°74°
CMYK 0.000.100.95   0.26
XYZ35.163139.46056.0218
Yxy39.46050.43600.4893
Hunter Lab62.8176-10.012738.2887
CIE-Lab69.0835-7.801270.4963

#bcaa09 color RGB value is (188,170,9).

#bcaa09 hex color red value is 188, green value is 170 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bcaa09 hue: 0.15 , saturation: 0.91 and the lightness value of bcaa09 is 0.39.

The process color (four color CMYK) of #bcaa09 color code is 0.00, 0.10, 0.95, 0.26. Web safe color of #bcaa09 is #cc9900. Color #bcaa09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 00001001
Octal 274 252 11
Decimal 188 170 9
Hex BC AA 9

RGB Percentages of Color #bcaa09

%51.23
%46.32
%2.45

CMYK Percentages of Color #bcaa09

%0
%10
%95
%26

Triadic Colors of #bcaa09

#bcaa09 #09bcaa #aa09bc

Analogous Colors of #bcaa09

#bcaa09 #75bc09 #bc5109

Monochromatic Colors of #bcaa09

#bcaa09

Complementary Color

#bcaa09 #091bbc

#bcaa09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaa09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaa09 Color CSS Codes

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

#bcaa09 Text Font Color

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

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


#bcaa09 Background Color

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

This div background color is #bcaa09


#bcaa09 Border Color

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

This div border color is #bcaa09


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,170,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcaa09; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcaa09;
  -webkit-box-shadow: 1px 1px 3px 2px #bcaa09;
  box-shadow:         1px 1px 3px 2px #bcaa09; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,170,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaa09


Comments

No comments written yet.

Please login to write comment.