Color Hex Logo

#bda09b Color Hex

#BDA09B
(189,160,155)
1 Favorites   0 Comments

Color spaces of #bda09b

RGB 189160155
HSL0.020.200.67
HSV18°74°
CMYK 0.000.150.18   0.26
XYZ39.473538.327036.3277
Yxy38.32700.34590.3358
Hunter Lab61.90885.47258.5452
CIE-Lab68.26099.84956.5627

#bda09b color RGB value is (189,160,155).

#bda09b hex color red value is 189, green value is 160 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bda09b hue: 0.02 , saturation: 0.20 and the lightness value of bda09b is 0.67.

The process color (four color CMYK) of #bda09b color hex is 0.00, 0.15, 0.18, 0.26. Web safe color of #bda09b is #cc9999. Color #bda09b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 10011011
Octal 275 240 233
Decimal 189 160 155
Hex BD A0 9B

RGB Percentages of Color #bda09b

%37.50
%31.75
%30.75

CMYK Percentages of Color #bda09b

%0
%15
%18
%26

Triadic Colors of #bda09b

#bda09b #9bbda0 #a09bbd

Analogous Colors of #bda09b

#bda09b #bdb19b #bd9ba7

Monochromatic Colors of #bda09b

#bda09b

Complementary Color

#bda09b #9bb8bd

#bda09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda09b Color CSS Codes

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

#bda09b Text Font Color

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

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


#bda09b Background Color

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

This div background color is #bda09b


#bda09b Border Color

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

This div border color is #bda09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda09b

#bda09b Color Palettes


Comments

No comments written yet.

Please login to write comment.