Color Hex Logo

#bda19e Color Hex

#BDA19E
(189,161,158)
0 Favorites   0 Comments

Color spaces of #bda19e

RGB 189161158
HSL0.020.190.68
HSV16°74°
CMYK 0.000.150.16   0.26
XYZ39.902738.777237.7294
Yxy38.77720.34280.3331
Hunter Lab62.27135.40577.6669
CIE-Lab68.58969.78015.3677

#bda19e color RGB value is (189,161,158).

#bda19e hex color red value is 189, green value is 161 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bda19e hue: 0.02 , saturation: 0.19 and the lightness value of bda19e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100001 10011110
Octal 275 241 236
Decimal 189 161 158
Hex BD A1 9E

RGB Percentages of Color #bda19e

%37.20
%31.69
%31.10

CMYK Percentages of Color #bda19e

%0
%15
%16
%26

Triadic Colors of #bda19e

#bda19e #9ebda1 #a19ebd

Analogous Colors of #bda19e

#bda19e #bdb19e #bd9eab

Monochromatic Colors of #bda19e

#bda19e

Complementary Color

#bda19e #9ebabd

#bda19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda19e Color CSS Codes

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

#bda19e Text Font Color

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

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


#bda19e Background Color

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

This div background color is #bda19e


#bda19e Border Color

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

This div border color is #bda19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda19e


Comments

No comments written yet.

Please login to write comment.