Color Hex Logo

#bda618 Color Hex

#BDA618
(189,166,24)
0 Favorites   0 Comments

Color spaces of #bda618

RGB 18916624
HSL0.140.770.42
HSV52°87°74°
CMYK 0.000.120.87   0.26
XYZ34.787438.15726.3957
Yxy38.15720.43850.4809
Hunter Lab61.7715-7.575637.1013
CIE-Lab68.1363-5.001367.3176

#bda618 color RGB value is (189,166,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 00011000
Octal 275 246 30
Decimal 189 166 24
Hex BD A6 18

RGB Percentages of Color #bda618

%49.87
%43.80
%6.33

CMYK Percentages of Color #bda618

%0
%12
%87
%26

Triadic Colors of #bda618

#bda618 #18bda6 #a618bd

Analogous Colors of #bda618

#bda618 #82bd18 #bd5318

Monochromatic Colors of #bda618

#bda618

Complementary Color

#bda618 #182fbd

#bda618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda618 Color CSS Codes

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

#bda618 Text Font Color

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

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


#bda618 Background Color

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

This div background color is #bda618


#bda618 Border Color

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

This div border color is #bda618


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,166,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 #bda618">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda618


Comments

No comments written yet.

Please login to write comment.