Color Hex Logo

#bc8e13 Color Hex

#BC8E13
(188,142,19)
0 Favorites   0 Comments

Color spaces of #bc8e13

RGB 18814219
HSL0.120.820.41
HSV44°90°74°
CMYK 0.000.240.90   0.26
XYZ30.529630.08444.8139
Yxy30.08440.46660.4598
Hunter Lab54.84923.368633.1908
CIE-Lab61.72707.394063.2920

#bc8e13 color RGB value is (188,142,19).

#bc8e13 hex color red value is 188, green value is 142 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #bc8e13 hue: 0.12 , saturation: 0.82 and the lightness value of bc8e13 is 0.41.

The process color (four color CMYK) of #bc8e13 color hex is 0.00, 0.24, 0.90, 0.26. Web safe color of #bc8e13 is #cc9900. Color #bc8e13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001110 00010011
Octal 274 216 23
Decimal 188 142 19
Hex BC 8E 13

RGB Percentages of Color #bc8e13

%53.87
%40.69
%5.44

CMYK Percentages of Color #bc8e13

%0
%24
%90
%26

Triadic Colors of #bc8e13

#bc8e13 #13bc8e #8e13bc

Analogous Colors of #bc8e13

#bc8e13 #96bc13 #bc3a13

Monochromatic Colors of #bc8e13

#bc8e13

Complementary Color

#bc8e13 #1341bc

#bc8e13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8e13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8e13 Color CSS Codes

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

#bc8e13 Text Font Color

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

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


#bc8e13 Background Color

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

This div background color is #bc8e13


#bc8e13 Border Color

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

This div border color is #bc8e13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8e13


Comments

No comments written yet.

Please login to write comment.