Color Hex Logo

#bdabea Color Hex

#BDABEA
(189,171,234)
0 Favorites   0 Comments

Color spaces of #bdabea

RGB 189171234
HSL0.710.600.79
HSV257°27°92°
CMYK 0.190.270.00   0.08
XYZ50.400545.885184.0422
Yxy45.88510.27950.2545
Hunter Lab67.738514.2695-26.1432
CIE-Lab73.470919.0516-29.2002

#bdabea color RGB value is (189,171,234).

#bdabea hex color red value is 189, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bdabea hue: 0.71 , saturation: 0.60 and the lightness value of bdabea is 0.79.

The process color (four color CMYK) of #bdabea color hex is 0.19, 0.27, 0.00, 0.08. Web safe color of #bdabea is #cc99ff. Color #bdabea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11101010
Octal 275 253 352
Decimal 189 171 234
Hex BD AB EA

RGB Percentages of Color #bdabea

%31.82
%28.79
%39.39

CMYK Percentages of Color #bdabea

%19
%27
%0
%8

Triadic Colors of #bdabea

#bdabea #eabdab #abeabd

Analogous Colors of #bdabea

#bdabea #ddabea #abb9ea

Monochromatic Colors of #bdabea

#bdabea

Complementary Color

#bdabea #d8eaab

#bdabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabea Color CSS Codes

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

#bdabea Text Font Color

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

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


#bdabea Background Color

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

This div background color is #bdabea


#bdabea Border Color

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

This div border color is #bdabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabea

#bdabea Color Palettes


Comments

No comments written yet.

Please login to write comment.