Color Hex Logo

#bda675 Color Hex

#BDA675
(189,166,117)
0 Favorites   0 Comments

Color spaces of #bda675

RGB 189166117
HSL0.110.350.60
HSV41°38°74°
CMYK 0.000.120.38   0.26
XYZ37.833439.375622.4358
Yxy39.37560.37970.3952
Hunter Lab62.7500-2.190722.7263
CIE-Lab69.02251.327228.4613

#bda675 color RGB value is (189,166,117).

#bda675 hex color red value is 189, green value is 166 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bda675 hue: 0.11 , saturation: 0.35 and the lightness value of bda675 is 0.60.

The process color (four color CMYK) of #bda675 color hex is 0.00, 0.12, 0.38, 0.26. Web safe color of #bda675 is #cc9966. Color #bda675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 01110101
Octal 275 246 165
Decimal 189 166 117
Hex BD A6 75

RGB Percentages of Color #bda675

%40.04
%35.17
%24.79

CMYK Percentages of Color #bda675

%0
%12
%38
%26

Triadic Colors of #bda675

#bda675 #75bda6 #a675bd

Analogous Colors of #bda675

#bda675 #b0bd75 #bd8275

Monochromatic Colors of #bda675

#bda675

Complementary Color

#bda675 #758cbd

#bda675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda675 Color CSS Codes

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

#bda675 Text Font Color

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

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


#bda675 Background Color

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

This div background color is #bda675


#bda675 Border Color

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

This div border color is #bda675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda675


Comments

No comments written yet.

Please login to write comment.