Color Hex Logo

#bda225 Color Hex

#BDA225
(189,162,37)
0 Favorites   0 Comments

Color spaces of #bda225

RGB 18916237
HSL0.140.670.44
HSV49°80°74°
CMYK 0.000.140.80   0.26
XYZ34.240536.79307.0474
Yxy36.79300.43850.4712
Hunter Lab60.6572-5.388435.5715
CIE-Lab67.1214-2.511063.0121

#bda225 color RGB value is (189,162,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 00100101
Octal 275 242 45
Decimal 189 162 37
Hex BD A2 25

RGB Percentages of Color #bda225

%48.71
%41.75
%9.54

CMYK Percentages of Color #bda225

%0
%14
%80
%26

Triadic Colors of #bda225

#bda225 #25bda2 #a225bd

Analogous Colors of #bda225

#bda225 #8cbd25 #bd5625

Monochromatic Colors of #bda225

#bda225

Complementary Color

#bda225 #2540bd

#bda225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda225 Color CSS Codes

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

#bda225 Text Font Color

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

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


#bda225 Background Color

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

This div background color is #bda225


#bda225 Border Color

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

This div border color is #bda225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda225


Comments

No comments written yet.

Please login to write comment.