Color Hex Logo

#bda468 Color Hex

#BDA468
(189,164,104)
0 Favorites   0 Comments

Color spaces of #bda468

RGB 189164104
HSL0.120.390.57
HSV42°45°74°
CMYK 0.000.130.45   0.26
XYZ36.760438.369218.5652
Yxy38.36920.39230.4095
Hunter Lab61.9429-2.468125.5899
CIE-Lab68.29180.965934.4278

#bda468 color RGB value is (189,164,104).

#bda468 hex color red value is 189, green value is 164 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bda468 hue: 0.12 , saturation: 0.39 and the lightness value of bda468 is 0.57.

The process color (four color CMYK) of #bda468 color hex is 0.00, 0.13, 0.45, 0.26. Web safe color of #bda468 is #cc9966. Color #bda468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 01101000
Octal 275 244 150
Decimal 189 164 104
Hex BD A4 68

RGB Percentages of Color #bda468

%41.36
%35.89
%22.76

CMYK Percentages of Color #bda468

%0
%13
%45
%26

Triadic Colors of #bda468

#bda468 #68bda4 #a468bd

Analogous Colors of #bda468

#bda468 #acbd68 #bd7a68

Monochromatic Colors of #bda468

#bda468

Complementary Color

#bda468 #6881bd

#bda468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda468 Color CSS Codes

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

#bda468 Text Font Color

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

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


#bda468 Background Color

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

This div background color is #bda468


#bda468 Border Color

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

This div border color is #bda468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda468


Comments

No comments written yet.

Please login to write comment.