Color Hex Logo

#bdaebc Color Hex

#BDAEBC
(189,174,188)
0 Favorites   0 Comments

Color spaces of #bdaebc

RGB 189174188
HSL0.840.100.71
HSV304°74°
CMYK 0.000.080.01   0.26
XYZ45.199444.721853.8268
Yxy44.72180.31440.3111
Hunter Lab66.87443.6154-0.9101
CIE-Lab72.70837.9091-5.1950

#bdaebc color RGB value is (189,174,188).

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

The process color (four color CMYK) of #bdaebc color hex is 0.00, 0.08, 0.01, 0.26. Web safe color of #bdaebc is #cc99cc. Color #bdaebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 10111100
Octal 275 256 274
Decimal 189 174 188
Hex BD AE BC

RGB Percentages of Color #bdaebc

%34.30
%31.58
%34.12

CMYK Percentages of Color #bdaebc

%0
%8
%1
%26

Triadic Colors of #bdaebc

#bdaebc #bcbdae #aebcbd

Analogous Colors of #bdaebc

#bdaebc #bdaeb5 #b7aebd

Monochromatic Colors of #bdaebc

#bdaebc

Complementary Color

#bdaebc #aebdaf

#bdaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaebc Color CSS Codes

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

#bdaebc Text Font Color

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

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


#bdaebc Background Color

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

This div background color is #bdaebc


#bdaebc Border Color

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

This div border color is #bdaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaebc


Comments

No comments written yet.

Please login to write comment.