Color Hex Logo

#bda365 Color Hex

#BDA365
(189,163,101)
0 Favorites   0 Comments

Color spaces of #bda365

RGB 189163101
HSL0.120.400.57
HSV42°47°74°
CMYK 0.000.140.47   0.26
XYZ36.432437.952817.7173
Yxy37.95280.39560.4121
Hunter Lab61.6058-2.249126.0728
CIE-Lab67.98581.198335.6149

#bda365 color RGB value is (189,163,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 01100101
Octal 275 243 145
Decimal 189 163 101
Hex BD A3 65

RGB Percentages of Color #bda365

%41.72
%35.98
%22.30

CMYK Percentages of Color #bda365

%0
%14
%47
%26

Triadic Colors of #bda365

#bda365 #65bda3 #a365bd

Analogous Colors of #bda365

#bda365 #abbd65 #bd7765

Monochromatic Colors of #bda365

#bda365

Complementary Color

#bda365 #657fbd

#bda365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda365 Color CSS Codes

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

#bda365 Text Font Color

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

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


#bda365 Background Color

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

This div background color is #bda365


#bda365 Border Color

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

This div border color is #bda365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda365


Comments

No comments written yet.

Please login to write comment.