Color Hex Logo

#bda218 Color Hex

#BDA218
(189,162,24)
0 Favorites   0 Comments

Color spaces of #bda218

RGB 18916224
HSL0.140.770.42
HSV50°87°74°
CMYK 0.000.140.87   0.26
XYZ34.071536.72546.1571
Yxy36.72540.44280.4772
Hunter Lab60.6015-5.695936.3972
CIE-Lab67.0705-2.877866.4590

#bda218 color RGB value is (189,162,24).

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

The process color (four color CMYK) of #bda218 color hex is 0.00, 0.14, 0.87, 0.26. Web safe color of #bda218 is #cc9900. Color #bda218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 00011000
Octal 275 242 30
Decimal 189 162 24
Hex BD A2 18

RGB Percentages of Color #bda218

%50.40
%43.20
%6.40

CMYK Percentages of Color #bda218

%0
%14
%87
%26

Triadic Colors of #bda218

#bda218 #18bda2 #a218bd

Analogous Colors of #bda218

#bda218 #86bd18 #bd5018

Monochromatic Colors of #bda218

#bda218

Complementary Color

#bda218 #1833bd

#bda218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda218 Color CSS Codes

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

#bda218 Text Font Color

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

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


#bda218 Background Color

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

This div background color is #bda218


#bda218 Border Color

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

This div border color is #bda218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda218


Comments

No comments written yet.

Please login to write comment.