Color Hex Logo

#bda00c Color Hex

#BDA00C
(189,160,12)
0 Favorites   0 Comments

Color spaces of #bda00c

RGB 18916012
HSL0.140.880.39
HSV50°94°74°
CMYK 0.000.150.94   0.26
XYZ33.623435.98705.5219
Yxy35.98700.44750.4790
Hunter Lab59.9892-4.933436.5349
CIE-Lab66.5100-2.025868.2289

#bda00c color RGB value is (189,160,12).

#bda00c hex color red value is 189, green value is 160 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bda00c hue: 0.14 , saturation: 0.88 and the lightness value of bda00c is 0.39.

The process color (four color CMYK) of #bda00c color hex is 0.00, 0.15, 0.94, 0.26. Web safe color of #bda00c is #cc9900. Color #bda00c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 00001100
Octal 275 240 14
Decimal 189 160 12
Hex BD A0 C

RGB Percentages of Color #bda00c

%52.35
%44.32
%3.32

CMYK Percentages of Color #bda00c

%0
%15
%94
%26

Triadic Colors of #bda00c

#bda00c #0cbda0 #a00cbd

Analogous Colors of #bda00c

#bda00c #82bd0c #bd480c

Monochromatic Colors of #bda00c

#bda00c

Complementary Color

#bda00c #0c29bd

#bda00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda00c Color CSS Codes

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

#bda00c Text Font Color

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

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


#bda00c Background Color

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

This div background color is #bda00c


#bda00c Border Color

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

This div border color is #bda00c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,160,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bda00c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bda00c;
  -webkit-box-shadow: 1px 1px 3px 2px #bda00c;
  box-shadow:         1px 1px 3px 2px #bda00c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,160,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda00c


Comments

No comments written yet.

Please login to write comment.