Color Hex Logo

#bda202 Color Hex

#BDA202
(189,162,2)
0 Favorites   0 Comments

Color spaces of #bda202

RGB 1891622
HSL0.140.980.37
HSV51°99°74°
CMYK 0.000.140.99   0.26
XYZ33.917636.66395.3466
Yxy36.66390.44670.4829
Hunter Lab60.5507-5.976737.1502
CIE-Lab67.0241-3.213469.9071

#bda202 color RGB value is (189,162,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 00000010
Octal 275 242 2
Decimal 189 162 2
Hex BD A2 2

RGB Percentages of Color #bda202

%53.54
%45.89
%0.57

CMYK Percentages of Color #bda202

%0
%14
%99
%26

Triadic Colors of #bda202

#bda202 #02bda2 #a202bd

Analogous Colors of #bda202

#bda202 #7bbd02 #bd4502

Monochromatic Colors of #bda202

#bda202

Complementary Color

#bda202 #021dbd

#bda202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda202 Color CSS Codes

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

#bda202 Text Font Color

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

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


#bda202 Background Color

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

This div background color is #bda202


#bda202 Border Color

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

This div border color is #bda202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda202


Comments

No comments written yet.

Please login to write comment.