Color Hex Logo

#bda23d Color Hex

#BDA23D
(189,162,61)
0 Favorites   0 Comments

Color spaces of #bda23d

RGB 18916261
HSL0.130.510.49
HSV47°68°74°
CMYK 0.000.140.68   0.26
XYZ34.748936.99649.7244
Yxy36.99640.42650.4541
Hunter Lab60.8247-4.466833.0982
CIE-Lab67.2743-1.417954.1778

#bda23d color RGB value is (189,162,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 00111101
Octal 275 242 75
Decimal 189 162 61
Hex BD A2 3D

RGB Percentages of Color #bda23d

%45.87
%39.32
%14.81

CMYK Percentages of Color #bda23d

%0
%14
%68
%26

Triadic Colors of #bda23d

#bda23d #3dbda2 #a23dbd

Analogous Colors of #bda23d

#bda23d #98bd3d #bd623d

Monochromatic Colors of #bda23d

#bda23d

Complementary Color

#bda23d #3d58bd

#bda23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda23d Color CSS Codes

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

#bda23d Text Font Color

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

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


#bda23d Background Color

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

This div background color is #bda23d


#bda23d Border Color

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

This div border color is #bda23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda23d


Comments

No comments written yet.

Please login to write comment.