Color Hex Logo

#bda23b Color Hex

#BDA23B
(189,162,59)
0 Favorites   0 Comments

Color spaces of #bda23b

RGB 18916259
HSL0.130.520.49
HSV48°69°74°
CMYK 0.000.140.69   0.26
XYZ34.696036.97529.4459
Yxy36.97520.42770.4558
Hunter Lab60.8072-4.562433.3549
CIE-Lab67.2584-1.530855.0121

#bda23b color RGB value is (189,162,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 00111011
Octal 275 242 73
Decimal 189 162 59
Hex BD A2 3B

RGB Percentages of Color #bda23b

%46.10
%39.51
%14.39

CMYK Percentages of Color #bda23b

%0
%14
%69
%26

Triadic Colors of #bda23b

#bda23b #3bbda2 #a23bbd

Analogous Colors of #bda23b

#bda23b #97bd3b #bd613b

Monochromatic Colors of #bda23b

#bda23b

Complementary Color

#bda23b #3b56bd

#bda23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda23b Color CSS Codes

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

#bda23b Text Font Color

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

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


#bda23b Background Color

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

This div background color is #bda23b


#bda23b Border Color

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

This div border color is #bda23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda23b


Comments

No comments written yet.

Please login to write comment.