Color Hex Logo

#bdaeb2 Color Hex

#BDAEB2
(189,174,178)
0 Favorites   0 Comments

Color spaces of #bdaeb2

RGB 189174178
HSL0.960.100.71
HSV344°74°
CMYK 0.000.080.06   0.26
XYZ44.158244.305348.3439
Yxy44.30530.32280.3239
Hunter Lab66.56221.93523.5314
CIE-Lab72.43216.0798-0.1084

#bdaeb2 color RGB value is (189,174,178).

#bdaeb2 hex color red value is 189, green value is 174 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #bdaeb2 hue: 0.96 , saturation: 0.10 and the lightness value of bdaeb2 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 10110010
Octal 275 256 262
Decimal 189 174 178
Hex BD AE B2

RGB Percentages of Color #bdaeb2

%34.94
%32.16
%32.90

CMYK Percentages of Color #bdaeb2

%0
%8
%6
%26

Triadic Colors of #bdaeb2

#bdaeb2 #b2bdae #aeb2bd

Analogous Colors of #bdaeb2

#bdaeb2 #bdb2ae #bdaeba

Monochromatic Colors of #bdaeb2

#bdaeb2

Complementary Color

#bdaeb2 #aebdb9

#bdaeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaeb2 Color CSS Codes

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

#bdaeb2 Text Font Color

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

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


#bdaeb2 Background Color

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

This div background color is #bdaeb2


#bdaeb2 Border Color

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

This div border color is #bdaeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaeb2


Comments

No comments written yet.

Please login to write comment.