Color Hex Logo

#bda701 Color Hex

#BDA701
(189,167,1)
0 Favorites   0 Comments

Color spaces of #bda701

RGB 1891671
HSL0.150.990.37
HSV53°99°74°
CMYK 0.000.120.99   0.26
XYZ34.810538.45845.6172
Yxy38.45840.44130.4875
Hunter Lab62.0148-8.329438.0400
CIE-Lab68.3571-5.873970.9901

#bda701 color RGB value is (189,167,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 00000001
Octal 275 247 1
Decimal 189 167 1
Hex BD A7 1

RGB Percentages of Color #bda701

%52.94
%46.78
%0.28

CMYK Percentages of Color #bda701

%0
%12
%99
%26

Triadic Colors of #bda701

#bda701 #01bda7 #a701bd

Analogous Colors of #bda701

#bda701 #75bd01 #bd4901

Monochromatic Colors of #bda701

#bda701

Complementary Color

#bda701 #0117bd

#bda701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda701 Color CSS Codes

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

#bda701 Text Font Color

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

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


#bda701 Background Color

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

This div background color is #bda701


#bda701 Border Color

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

This div border color is #bda701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda701


Comments

No comments written yet.

Please login to write comment.