Color Hex Logo

#bda799 Color Hex

#BDA799
(189,167,153)
0 Favorites   0 Comments

Color spaces of #bda799

RGB 189167153
HSL0.060.210.67
HSV23°19°74°
CMYK 0.000.120.19   0.26
XYZ40.554840.756235.8663
Yxy40.75620.34610.3478
Hunter Lab63.84061.671311.3787
CIE-Lab70.00485.708610.1591

#bda799 color RGB value is (189,167,153).

#bda799 hex color red value is 189, green value is 167 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bda799 hue: 0.06 , saturation: 0.21 and the lightness value of bda799 is 0.67.

The process color (four color CMYK) of #bda799 color hex is 0.00, 0.12, 0.19, 0.26. Web safe color of #bda799 is #cc9999. Color #bda799 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 10011001
Octal 275 247 231
Decimal 189 167 153
Hex BD A7 99

RGB Percentages of Color #bda799

%37.13
%32.81
%30.06

CMYK Percentages of Color #bda799

%0
%12
%19
%26

Triadic Colors of #bda799

#bda799 #99bda7 #a799bd

Analogous Colors of #bda799

#bda799 #bdb999 #bd999d

Monochromatic Colors of #bda799

#bda799

Complementary Color

#bda799 #99afbd

#bda799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda799 Color CSS Codes

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

#bda799 Text Font Color

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

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


#bda799 Background Color

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

This div background color is #bda799


#bda799 Border Color

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

This div border color is #bda799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda799


Comments

No comments written yet.

Please login to write comment.