Color Hex Logo

#bda801 Color Hex

#BDA801
(189,168,1)
0 Favorites   0 Comments

Color spaces of #bda801

RGB 1891681
HSL0.150.990.37
HSV53°99°74°
CMYK 0.000.110.99   0.26
XYZ34.994438.82635.6785
Yxy38.82630.44020.4884
Hunter Lab62.3108-8.796338.2143
CIE-Lab68.6253-6.400871.1826

#bda801 color RGB value is (189,168,1).

#bda801 hex color red value is 189, green value is 168 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bda801 hue: 0.15 , saturation: 0.99 and the lightness value of bda801 is 0.37.

The process color (four color CMYK) of #bda801 color hex is 0.00, 0.11, 0.99, 0.26. Web safe color of #bda801 is #cc9900. Color #bda801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 00000001
Octal 275 250 1
Decimal 189 168 1
Hex BD A8 1

RGB Percentages of Color #bda801

%52.79
%46.93
%0.28

CMYK Percentages of Color #bda801

%0
%11
%99
%26

Triadic Colors of #bda801

#bda801 #01bda8 #a801bd

Analogous Colors of #bda801

#bda801 #74bd01 #bd4a01

Monochromatic Colors of #bda801

#bda801

Complementary Color

#bda801 #0116bd

#bda801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda801 Color CSS Codes

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

#bda801 Text Font Color

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

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


#bda801 Background Color

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

This div background color is #bda801


#bda801 Border Color

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

This div border color is #bda801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda801


Comments

No comments written yet.

Please login to write comment.