Color Hex Logo

#bdacee Color Hex

#BDACEE
(189,172,238)
0 Favorites   0 Comments

Color spaces of #bdacee

RGB 189172238
HSL0.710.660.80
HSV255°28°93°
CMYK 0.210.280.00   0.07
XYZ51.171446.496987.1667
Yxy46.49690.27680.2516
Hunter Lab68.188614.6232-28.0594
CIE-Lab73.866819.3981-30.7636

#bdacee color RGB value is (189,172,238).

#bdacee hex color red value is 189, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bdacee hue: 0.71 , saturation: 0.66 and the lightness value of bdacee is 0.80.

The process color (four color CMYK) of #bdacee color hex is 0.21, 0.28, 0.00, 0.07. Web safe color of #bdacee is #cc99ff. Color #bdacee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11101110
Octal 275 254 356
Decimal 189 172 238
Hex BD AC EE

RGB Percentages of Color #bdacee

%31.55
%28.71
%39.73

CMYK Percentages of Color #bdacee

%21
%28
%0
%7

Triadic Colors of #bdacee

#bdacee #eebdac #aceebd

Analogous Colors of #bdacee

#bdacee #deacee #acbcee

Monochromatic Colors of #bdacee

#bdacee

Complementary Color

#bdacee #ddeeac

#bdacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacee Color CSS Codes

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

#bdacee Text Font Color

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

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


#bdacee Background Color

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

This div background color is #bdacee


#bdacee Border Color

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

This div border color is #bdacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacee


Comments

No comments written yet.

Please login to write comment.