Color Hex Logo

#bda308 Color Hex

#BDA308
(189,163,8)
0 Favorites   0 Comments

Color spaces of #bda308

RGB 1891638
HSL0.140.920.39
HSV51°96°74°
CMYK 0.000.140.96   0.26
XYZ34.127337.03075.5787
Yxy37.03070.44470.4826
Hunter Lab60.8529-6.386737.1616
CIE-Lab67.3001-3.673469.3381

#bda308 color RGB value is (189,163,8).

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

The process color (four color CMYK) of #bda308 color hex is 0.00, 0.14, 0.96, 0.26. Web safe color of #bda308 is #cc9900. Color #bda308 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 00001000
Octal 275 243 10
Decimal 189 163 8
Hex BD A3 8

RGB Percentages of Color #bda308

%52.50
%45.28
%2.22

CMYK Percentages of Color #bda308

%0
%14
%96
%26

Triadic Colors of #bda308

#bda308 #08bda3 #a308bd

Analogous Colors of #bda308

#bda308 #7dbd08 #bd4908

Monochromatic Colors of #bda308

#bda308

Complementary Color

#bda308 #0822bd

#bda308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda308 Color CSS Codes

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

#bda308 Text Font Color

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

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


#bda308 Background Color

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

This div background color is #bda308


#bda308 Border Color

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

This div border color is #bda308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda308


Comments

No comments written yet.

Please login to write comment.