Color Hex Logo

#bda242 Color Hex

#BDA242
(189,162,66)
0 Favorites   0 Comments

Color spaces of #bda242

RGB 18916266
HSL0.130.480.50
HSV47°65°74°
CMYK 0.000.140.65   0.26
XYZ34.890037.052810.4673
Yxy37.05280.42340.4496
Hunter Lab60.8710-4.211832.4143
CIE-Lab67.3166-1.116952.0298

#bda242 color RGB value is (189,162,66).

#bda242 hex color red value is 189, green value is 162 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bda242 hue: 0.13 , saturation: 0.48 and the lightness value of bda242 is 0.50.

The process color (four color CMYK) of #bda242 color hex is 0.00, 0.14, 0.65, 0.26. Web safe color of #bda242 is #cc9933. Color #bda242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01000010
Octal 275 242 102
Decimal 189 162 66
Hex BD A2 42

RGB Percentages of Color #bda242

%45.32
%38.85
%15.83

CMYK Percentages of Color #bda242

%0
%14
%65
%26

Triadic Colors of #bda242

#bda242 #42bda2 #a242bd

Analogous Colors of #bda242

#bda242 #9bbd42 #bd6542

Monochromatic Colors of #bda242

#bda242

Complementary Color

#bda242 #425dbd

#bda242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda242 Color CSS Codes

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

#bda242 Text Font Color

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

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


#bda242 Background Color

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

This div background color is #bda242


#bda242 Border Color

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

This div border color is #bda242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda242


Comments

No comments written yet.

Please login to write comment.