Color Hex Logo

#bda248 Color Hex

#BDA248
(189,162,72)
0 Favorites   0 Comments

Color spaces of #bda248

RGB 18916272
HSL0.130.470.51
HSV46°62°74°
CMYK 0.000.140.62   0.26
XYZ35.076337.127411.4485
Yxy37.12740.41930.4438
Hunter Lab60.9323-3.876031.5126
CIE-Lab67.3725-0.721749.3484

#bda248 color RGB value is (189,162,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01001000
Octal 275 242 110
Decimal 189 162 72
Hex BD A2 48

RGB Percentages of Color #bda248

%44.68
%38.30
%17.02

CMYK Percentages of Color #bda248

%0
%14
%62
%26

Triadic Colors of #bda248

#bda248 #48bda2 #a248bd

Analogous Colors of #bda248

#bda248 #9ebd48 #bd6848

Monochromatic Colors of #bda248

#bda248

Complementary Color

#bda248 #4863bd

#bda248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda248 Color CSS Codes

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

#bda248 Text Font Color

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

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


#bda248 Background Color

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

This div background color is #bda248


#bda248 Border Color

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

This div border color is #bda248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda248


Comments

No comments written yet.

Please login to write comment.