Color Hex Logo

#bda08e Color Hex

#BDA08E
(189,160,142)
0 Favorites   0 Comments

Color spaces of #bda08e

RGB 189160142
HSL0.060.260.65
HSV23°25°74°
CMYK 0.000.150.25   0.26
XYZ38.439637.913430.8832
Yxy37.91340.35850.3536
Hunter Lab61.57393.680513.3640
CIE-Lab67.95677.874913.3463

#bda08e color RGB value is (189,160,142).

#bda08e hex color red value is 189, green value is 160 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bda08e hue: 0.06 , saturation: 0.26 and the lightness value of bda08e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 10001110
Octal 275 240 216
Decimal 189 160 142
Hex BD A0 8E

RGB Percentages of Color #bda08e

%38.49
%32.59
%28.92

CMYK Percentages of Color #bda08e

%0
%15
%25
%26

Triadic Colors of #bda08e

#bda08e #8ebda0 #a08ebd

Analogous Colors of #bda08e

#bda08e #bdb88e #bd8e94

Monochromatic Colors of #bda08e

#bda08e

Complementary Color

#bda08e #8eabbd

#bda08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda08e Color CSS Codes

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

#bda08e Text Font Color

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

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


#bda08e Background Color

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

This div background color is #bda08e


#bda08e Border Color

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

This div border color is #bda08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda08e


Comments

No comments written yet.

Please login to write comment.