Color Hex Logo

#bdbaea Color Hex

#BDBAEA
(189,186,234)
0 Favorites   0 Comments

Color spaces of #bdbaea

RGB 189186234
HSL0.680.530.82
HSV244°21°92°
CMYK 0.190.210.00   0.08
XYZ53.396551.877185.0409
Yxy51.87710.28060.2726
Hunter Lab72.02586.2864-19.5857
CIE-Lab77.207310.8117-23.4821

#bdbaea color RGB value is (189,186,234).

#bdbaea hex color red value is 189, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bdbaea hue: 0.68 , saturation: 0.53 and the lightness value of bdbaea is 0.82.

The process color (four color CMYK) of #bdbaea color hex is 0.19, 0.21, 0.00, 0.08. Web safe color of #bdbaea is #ccccff. Color #bdbaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 11101010
Octal 275 272 352
Decimal 189 186 234
Hex BD BA EA

RGB Percentages of Color #bdbaea

%31.03
%30.54
%38.42

CMYK Percentages of Color #bdbaea

%19
%21
%0
%8

Triadic Colors of #bdbaea

#bdbaea #eabdba #baeabd

Analogous Colors of #bdbaea

#bdbaea #d5baea #bacfea

Monochromatic Colors of #bdbaea

#bdbaea

Complementary Color

#bdbaea #e7eaba

#bdbaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbaea Color CSS Codes

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

#bdbaea Text Font Color

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

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


#bdbaea Background Color

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

This div background color is #bdbaea


#bdbaea Border Color

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

This div border color is #bdbaea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,186,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 #bdbaea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbaea


Comments

No comments written yet.

Please login to write comment.