Color Hex Logo

#bda275 Color Hex

#BDA275
(189,162,117)
0 Favorites   0 Comments

Color spaces of #bda275

RGB 189162117
HSL0.100.350.60
HSV38°38°74°
CMYK 0.000.140.38   0.26
XYZ37.117537.943822.1972
Yxy37.94380.38160.3901
Hunter Lab61.5985-0.238521.7537
CIE-Lab67.97923.489427.0828

#bda275 color RGB value is (189,162,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100010 01110101
Octal 275 242 165
Decimal 189 162 117
Hex BD A2 75

RGB Percentages of Color #bda275

%40.38
%34.62
%25.00

CMYK Percentages of Color #bda275

%0
%14
%38
%26

Triadic Colors of #bda275

#bda275 #75bda2 #a275bd

Analogous Colors of #bda275

#bda275 #b4bd75 #bd7e75

Monochromatic Colors of #bda275

#bda275

Complementary Color

#bda275 #7590bd

#bda275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda275 Color CSS Codes

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

#bda275 Text Font Color

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

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


#bda275 Background Color

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

This div background color is #bda275


#bda275 Border Color

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

This div border color is #bda275


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,162,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 #bda275">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda275


Comments

No comments written yet.

Please login to write comment.