Color Hex Logo

#bda001 Color Hex

#BDA001
(189,160,1)
0 Favorites   0 Comments

Color spaces of #bda001

RGB 1891601
HSL0.140.990.37
HSV51°99°74°
CMYK 0.000.150.99   0.26
XYZ33.562635.96265.2013
Yxy35.96260.44910.4813
Hunter Lab59.9688-5.044836.8358
CIE-Lab66.4913-2.158669.6581

#bda001 color RGB value is (189,160,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 00000001
Octal 275 240 1
Decimal 189 160 1
Hex BD A0 1

RGB Percentages of Color #bda001

%54.00
%45.71
%0.29

CMYK Percentages of Color #bda001

%0
%15
%99
%26

Triadic Colors of #bda001

#bda001 #01bda0 #a001bd

Analogous Colors of #bda001

#bda001 #7cbd01 #bd4201

Monochromatic Colors of #bda001

#bda001

Complementary Color

#bda001 #011ebd

#bda001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda001 Color CSS Codes

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

#bda001 Text Font Color

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

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


#bda001 Background Color

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

This div background color is #bda001


#bda001 Border Color

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

This div border color is #bda001


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,160,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 #bda001">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda001


Comments

No comments written yet.

Please login to write comment.