Color Hex Logo

#bda23e Color Hex

#BDA23E
(189,162,62)
0 Favorites   0 Comments

Color spaces of #bda23e

RGB 18916262
HSL0.130.510.49
HSV47°67°74°
CMYK 0.000.140.67   0.26
XYZ34.776137.00739.8676
Yxy37.00730.42590.4532
Hunter Lab60.8336-4.417732.9663
CIE-Lab67.2825-1.359953.7552

#bda23e color RGB value is (189,162,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 00111110
Octal 275 242 76
Decimal 189 162 62
Hex BD A2 3E

RGB Percentages of Color #bda23e

%45.76
%39.23
%15.01

CMYK Percentages of Color #bda23e

%0
%14
%67
%26

Triadic Colors of #bda23e

#bda23e #3ebda2 #a23ebd

Analogous Colors of #bda23e

#bda23e #99bd3e #bd633e

Monochromatic Colors of #bda23e

#bda23e

Complementary Color

#bda23e #3e59bd

#bda23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda23e Color CSS Codes

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

#bda23e Text Font Color

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

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


#bda23e Background Color

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

This div background color is #bda23e


#bda23e Border Color

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

This div border color is #bda23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda23e


Comments

No comments written yet.

Please login to write comment.