Color Hex Logo

#bdb590 Color Hex

#BDB590
(189,181,144)
0 Favorites   0 Comments

Color spaces of #bdb590

RGB 189181144
HSL0.140.250.65
HSV49°24°74°
CMYK 0.000.040.24   0.26
XYZ42.544245.880232.9990
Yxy45.88020.35040.3779
Hunter Lab67.7349-6.420518.5296
CIE-Lab73.4677-3.160919.9132

#bdb590 color RGB value is (189,181,144).

#bdb590 hex color red value is 189, green value is 181 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bdb590 hue: 0.14 , saturation: 0.25 and the lightness value of bdb590 is 0.65.

The process color (four color CMYK) of #bdb590 color hex is 0.00, 0.04, 0.24, 0.26. Web safe color of #bdb590 is #cccc99. Color #bdb590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110101 10010000
Octal 275 265 220
Decimal 189 181 144
Hex BD B5 90

RGB Percentages of Color #bdb590

%36.77
%35.21
%28.02

CMYK Percentages of Color #bdb590

%0
%4
%24
%26

Triadic Colors of #bdb590

#bdb590 #90bdb5 #b590bd

Analogous Colors of #bdb590

#bdb590 #afbd90 #bd9f90

Monochromatic Colors of #bdb590

#bdb590

Complementary Color

#bdb590 #9098bd

#bdb590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb590 Color CSS Codes

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

#bdb590 Text Font Color

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

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


#bdb590 Background Color

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

This div background color is #bdb590


#bdb590 Border Color

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

This div border color is #bdb590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb590


Comments

No comments written yet.

Please login to write comment.