Color Hex Logo

#bda605 Color Hex

#BDA605
(189,166,5)
0 Favorites   0 Comments

Color spaces of #bda605

RGB 1891665
HSL0.150.950.38
HSV53°97°74°
CMYK 0.000.120.97   0.26
XYZ34.649938.10225.6718
Yxy38.10220.44180.4858
Hunter Lab61.7270-7.822837.7610
CIE-Lab68.0959-5.298970.2992

#bda605 color RGB value is (189,166,5).

#bda605 hex color red value is 189, green value is 166 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bda605 hue: 0.15 , saturation: 0.95 and the lightness value of bda605 is 0.38.

The process color (four color CMYK) of #bda605 color hex is 0.00, 0.12, 0.97, 0.26. Web safe color of #bda605 is #cc9900. Color #bda605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 00000101
Octal 275 246 5
Decimal 189 166 5
Hex BD A6 5

RGB Percentages of Color #bda605

%52.50
%46.11
%1.39

CMYK Percentages of Color #bda605

%0
%12
%97
%26

Triadic Colors of #bda605

#bda605 #05bda6 #a605bd

Analogous Colors of #bda605

#bda605 #78bd05 #bd4a05

Monochromatic Colors of #bda605

#bda605

Complementary Color

#bda605 #051cbd

#bda605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda605 Color CSS Codes

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

#bda605 Text Font Color

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

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


#bda605 Background Color

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

This div background color is #bda605


#bda605 Border Color

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

This div border color is #bda605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda605


Comments

No comments written yet.

Please login to write comment.