Color Hex Logo

#bdb88e Color Hex

#BDB88E
(189,184,142)
0 Favorites   0 Comments

Color spaces of #bdb88e

RGB 189184142
HSL0.150.260.65
HSV54°25°74°
CMYK 0.000.030.25   0.26
XYZ43.009247.052832.4065
Yxy47.05280.35120.3842
Hunter Lab68.5950-8.121520.0060
CIE-Lab74.2235-5.030322.0252

#bdb88e color RGB value is (189,184,142).

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

The process color (four color CMYK) of #bdb88e color hex is 0.00, 0.03, 0.25, 0.26. Web safe color of #bdb88e is #cccc99. Color #bdb88e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 10001110
Octal 275 270 216
Decimal 189 184 142
Hex BD B8 8E

RGB Percentages of Color #bdb88e

%36.70
%35.73
%27.57

CMYK Percentages of Color #bdb88e

%0
%3
%25
%26

Triadic Colors of #bdb88e

#bdb88e #8ebdb8 #b88ebd

Analogous Colors of #bdb88e

#bdb88e #abbd8e #bda18e

Monochromatic Colors of #bdb88e

#bdb88e

Complementary Color

#bdb88e #8e93bd

#bdb88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb88e Color CSS Codes

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

#bdb88e Text Font Color

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

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


#bdb88e Background Color

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

This div background color is #bdb88e


#bdb88e Border Color

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

This div border color is #bdb88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb88e


Comments

No comments written yet.

Please login to write comment.