Color Hex Logo

#bcab2d Color Hex

#BCAB2D
(188,171,45)
0 Favorites   0 Comments

Color spaces of #bcab2d

RGB 18817145
HSL0.150.610.46
HSV53°76°74°
CMYK 0.000.090.76   0.26
XYZ35.775640.00668.3191
Yxy40.00660.42540.4757
Hunter Lab63.2508-9.726536.4774
CIE-Lab69.4742-7.413262.5030

#bcab2d color RGB value is (188,171,45).

#bcab2d hex color red value is 188, green value is 171 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bcab2d hue: 0.15 , saturation: 0.61 and the lightness value of bcab2d is 0.46.

The process color (four color CMYK) of #bcab2d color hex is 0.00, 0.09, 0.76, 0.26. Web safe color of #bcab2d is #cc9933. Color #bcab2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 00101101
Octal 274 253 55
Decimal 188 171 45
Hex BC AB 2D

RGB Percentages of Color #bcab2d

%46.53
%42.33
%11.14

CMYK Percentages of Color #bcab2d

%0
%9
%76
%26

Triadic Colors of #bcab2d

#bcab2d #2dbcab #ab2dbc

Analogous Colors of #bcab2d

#bcab2d #86bc2d #bc632d

Monochromatic Colors of #bcab2d

#bcab2d

Complementary Color

#bcab2d #2d3ebc

#bcab2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab2d Color CSS Codes

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

#bcab2d Text Font Color

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

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


#bcab2d Background Color

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

This div background color is #bcab2d


#bcab2d Border Color

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

This div border color is #bcab2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab2d


Comments

No comments written yet.

Please login to write comment.