Color Hex Logo

#bda88e Color Hex

#BDA88E
(189,168,142)
0 Favorites   0 Comments

Color spaces of #bda88e

RGB 189168142
HSL0.090.260.65
HSV33°25°74°
CMYK 0.000.110.25   0.26
XYZ39.871440.777131.3605
Yxy40.77710.35600.3641
Hunter Lab63.8569-0.296715.5822
CIE-Lab70.01953.518816.2293

#bda88e color RGB value is (189,168,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 10001110
Octal 275 250 216
Decimal 189 168 142
Hex BD A8 8E

RGB Percentages of Color #bda88e

%37.88
%33.67
%28.46

CMYK Percentages of Color #bda88e

%0
%11
%25
%26

Triadic Colors of #bda88e

#bda88e #8ebda8 #a88ebd

Analogous Colors of #bda88e

#bda88e #bbbd8e #bd918e

Monochromatic Colors of #bda88e

#bda88e

Complementary Color

#bda88e #8ea3bd

#bda88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda88e Color CSS Codes

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

#bda88e Text Font Color

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

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


#bda88e Background Color

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

This div background color is #bda88e


#bda88e Border Color

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

This div border color is #bda88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda88e


Comments

No comments written yet.

Please login to write comment.