Color Hex Logo

#bda4ae Color Hex

#BDA4AE
(189,164,174)
0 Favorites   0 Comments

Color spaces of #bda4ae

RGB 189164174
HSL0.930.160.69
HSV336°13°74°
CMYK 0.000.130.08   0.26
XYZ41.901740.425745.6389
Yxy40.42570.32740.3159
Hunter Lab63.58126.36911.9482
CIE-Lab69.771710.8352-1.7948

#bda4ae color RGB value is (189,164,174).

#bda4ae hex color red value is 189, green value is 164 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bda4ae hue: 0.93 , saturation: 0.16 and the lightness value of bda4ae is 0.69.

The process color (four color CMYK) of #bda4ae color hex is 0.00, 0.13, 0.08, 0.26. Web safe color of #bda4ae is #cc9999. Color #bda4ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100100 10101110
Octal 275 244 256
Decimal 189 164 174
Hex BD A4 AE

RGB Percentages of Color #bda4ae

%35.86
%31.12
%33.02

CMYK Percentages of Color #bda4ae

%0
%13
%8
%26

Triadic Colors of #bda4ae

#bda4ae #aebda4 #a4aebd

Analogous Colors of #bda4ae

#bda4ae #bda7a4 #bda4bb

Monochromatic Colors of #bda4ae

#bda4ae

Complementary Color

#bda4ae #a4bdb3

#bda4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda4ae Color CSS Codes

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

#bda4ae Text Font Color

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

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


#bda4ae Background Color

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

This div background color is #bda4ae


#bda4ae Border Color

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

This div border color is #bda4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda4ae


Comments

No comments written yet.

Please login to write comment.