Color Hex Logo

#bda367 Color Hex

#BDA367
(189,163,103)
0 Favorites   0 Comments

Color spaces of #bda367

RGB 189163103
HSL0.120.390.57
HSV42°46°74°
CMYK 0.000.140.46   0.26
XYZ36.531637.992518.2398
Yxy37.99250.39380.4096
Hunter Lab61.6381-2.073325.6017
CIE-Lab68.01511.401534.6024

#bda367 color RGB value is (189,163,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100011 01100111
Octal 275 243 147
Decimal 189 163 103
Hex BD A3 67

RGB Percentages of Color #bda367

%41.54
%35.82
%22.64

CMYK Percentages of Color #bda367

%0
%14
%46
%26

Triadic Colors of #bda367

#bda367 #67bda3 #a367bd

Analogous Colors of #bda367

#bda367 #acbd67 #bd7867

Monochromatic Colors of #bda367

#bda367

Complementary Color

#bda367 #6781bd

#bda367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda367 Color CSS Codes

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

#bda367 Text Font Color

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

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


#bda367 Background Color

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

This div background color is #bda367


#bda367 Border Color

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

This div border color is #bda367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda367


Comments

No comments written yet.

Please login to write comment.