Color Hex Logo

#bdaeca Color Hex

#BDAECA
(189,174,202)
0 Favorites   0 Comments

Color spaces of #bdaeca

RGB 189174202
HSL0.760.210.74
HSV272°14°79°
CMYK 0.060.140.00   0.21
XYZ46.783045.355262.1658
Yxy45.35520.30320.2939
Hunter Lab67.34636.1415-7.5869
CIE-Lab73.125210.6181-12.2540

#bdaeca color RGB value is (189,174,202).

#bdaeca hex color red value is 189, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bdaeca hue: 0.76 , saturation: 0.21 and the lightness value of bdaeca is 0.74.

The process color (four color CMYK) of #bdaeca color hex is 0.06, 0.14, 0.00, 0.21. Web safe color of #bdaeca is #cc99cc. Color #bdaeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 11001010
Octal 275 256 312
Decimal 189 174 202
Hex BD AE CA

RGB Percentages of Color #bdaeca

%33.45
%30.80
%35.75

CMYK Percentages of Color #bdaeca

%6
%14
%0
%21

Triadic Colors of #bdaeca

#bdaeca #cabdae #aecabd

Analogous Colors of #bdaeca

#bdaeca #caaec9 #afaeca

Monochromatic Colors of #bdaeca

#bdaeca

Complementary Color

#bdaeca #bbcaae

#bdaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaeca Color CSS Codes

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

#bdaeca Text Font Color

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

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


#bdaeca Background Color

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

This div background color is #bdaeca


#bdaeca Border Color

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

This div border color is #bdaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaeca


Comments

No comments written yet.

Please login to write comment.