Color Hex Logo

#bc9d23 Color Hex

#BC9D23
(188,157,35)
0 Favorites   0 Comments

Color spaces of #bc9d23

RGB 18815735
HSL0.130.690.44
HSV48°81°74°
CMYK 0.000.160.81   0.26
XYZ33.099434.92676.5871
Yxy34.92670.44360.4681
Hunter Lab59.0988-3.450734.7608
CIE-Lab65.6916-0.344662.3345

#bc9d23 color RGB value is (188,157,35).

#bc9d23 hex color red value is 188, green value is 157 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #bc9d23 hue: 0.13 , saturation: 0.69 and the lightness value of bc9d23 is 0.44.

The process color (four color CMYK) of #bc9d23 color hex is 0.00, 0.16, 0.81, 0.26. Web safe color of #bc9d23 is #cc9933. Color #bc9d23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011101 00100011
Octal 274 235 43
Decimal 188 157 35
Hex BC 9D 23

RGB Percentages of Color #bc9d23

%49.47
%41.32
%9.21

CMYK Percentages of Color #bc9d23

%0
%16
%81
%26

Triadic Colors of #bc9d23

#bc9d23 #23bc9d #9d23bc

Analogous Colors of #bc9d23

#bc9d23 #8fbc23 #bc5123

Monochromatic Colors of #bc9d23

#bc9d23

Complementary Color

#bc9d23 #2342bc

#bc9d23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9d23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9d23 Color CSS Codes

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

#bc9d23 Text Font Color

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

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


#bc9d23 Background Color

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

This div background color is #bc9d23


#bc9d23 Border Color

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

This div border color is #bc9d23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9d23


Comments

No comments written yet.

Please login to write comment.