Color Hex Logo

#bdbdea Color Hex

#BDBDEA
(189,189,234)
0 Favorites   0 Comments

Color spaces of #bdbdea

RGB 189189234
HSL0.670.520.83
HSV240°19°92°
CMYK 0.190.190.00   0.08
XYZ54.035153.154585.2538
Yxy53.15450.28080.2762
Hunter Lab72.90714.7077-18.2956
CIE-Lab77.96619.1791-22.3273

#bdbdea color RGB value is (189,189,234).

#bdbdea hex color red value is 189, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bdbdea hue: 0.67 , saturation: 0.52 and the lightness value of bdbdea is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11101010
Octal 275 275 352
Decimal 189 189 234
Hex BD BD EA

RGB Percentages of Color #bdbdea

%30.88
%30.88
%38.24

CMYK Percentages of Color #bdbdea

%19
%19
%0
%8

Triadic Colors of #bdbdea

#bdbdea #eabdbd #bdeabd

Analogous Colors of #bdbdea

#bdbdea #d4bdea #bdd4ea

Monochromatic Colors of #bdbdea

#bdbdea

Complementary Color

#bdbdea #eaeabd

#bdbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdea Color CSS Codes

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

#bdbdea Text Font Color

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

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


#bdbdea Background Color

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

This div background color is #bdbdea


#bdbdea Border Color

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

This div border color is #bdbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdea


Comments

No comments written yet.

Please login to write comment.