Color Hex Logo

#bdae20 Color Hex

#BDAE20
(189,174,32)
0 Favorites   0 Comments

Color spaces of #bdae20

RGB 18917432
HSL0.150.710.43
HSV54°83°74°
CMYK 0.000.080.83   0.26
XYZ36.383041.19527.4004
Yxy41.19520.42810.4848
Hunter Lab64.1835-11.136738.0923
CIE-Lab70.3125-8.994667.1949

#bdae20 color RGB value is (189,174,32).

#bdae20 hex color red value is 189, green value is 174 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bdae20 hue: 0.15 , saturation: 0.71 and the lightness value of bdae20 is 0.43.

The process color (four color CMYK) of #bdae20 color hex is 0.00, 0.08, 0.83, 0.26. Web safe color of #bdae20 is #cc9933. Color #bdae20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 00100000
Octal 275 256 40
Decimal 189 174 32
Hex BD AE 20

RGB Percentages of Color #bdae20

%47.85
%44.05
%8.10

CMYK Percentages of Color #bdae20

%0
%8
%83
%26

Triadic Colors of #bdae20

#bdae20 #20bdae #ae20bd

Analogous Colors of #bdae20

#bdae20 #7ebd20 #bd6020

Monochromatic Colors of #bdae20

#bdae20

Complementary Color

#bdae20 #202fbd

#bdae20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdae20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdae20 Color CSS Codes

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

#bdae20 Text Font Color

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

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


#bdae20 Background Color

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

This div background color is #bdae20


#bdae20 Border Color

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

This div border color is #bdae20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdae20


Comments

No comments written yet.

Please login to write comment.