Color Hex Logo

#bdab64 Color Hex

#BDAB64
(189,171,100)
0 Favorites   0 Comments

Color spaces of #bdab64

RGB 189171100
HSL0.130.400.57
HSV48°47°74°
CMYK 0.000.100.47   0.26
XYZ37.849440.864717.9494
Yxy40.86470.39160.4228
Hunter Lab63.9255-6.182328.1000
CIE-Lab70.0810-3.183738.7526

#bdab64 color RGB value is (189,171,100).

#bdab64 hex color red value is 189, green value is 171 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bdab64 hue: 0.13 , saturation: 0.40 and the lightness value of bdab64 is 0.57.

The process color (four color CMYK) of #bdab64 color hex is 0.00, 0.10, 0.47, 0.26. Web safe color of #bdab64 is #cc9966. Color #bdab64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 01100100
Octal 275 253 144
Decimal 189 171 100
Hex BD AB 64

RGB Percentages of Color #bdab64

%41.09
%37.17
%21.74

CMYK Percentages of Color #bdab64

%0
%10
%47
%26

Triadic Colors of #bdab64

#bdab64 #64bdab #ab64bd

Analogous Colors of #bdab64

#bdab64 #a3bd64 #bd7f64

Monochromatic Colors of #bdab64

#bdab64

Complementary Color

#bdab64 #6476bd

#bdab64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdab64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdab64 Color CSS Codes

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

#bdab64 Text Font Color

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

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


#bdab64 Background Color

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

This div background color is #bdab64


#bdab64 Border Color

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

This div border color is #bdab64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdab64


Comments

No comments written yet.

Please login to write comment.