Color Hex Logo

#bdbdef Color Hex

#BDBDEF
(189,189,239)
0 Favorites   0 Comments

Color spaces of #bdbdef

RGB 189189239
HSL0.670.610.84
HSV240°21°94°
CMYK 0.210.210.00   0.06
XYZ54.763853.446089.0911
Yxy53.44600.27760.2709
Hunter Lab73.10685.7763-21.0786
CIE-Lab78.137610.2937-24.7569

#bdbdef color RGB value is (189,189,239).

#bdbdef hex color red value is 189, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bdbdef hue: 0.67 , saturation: 0.61 and the lightness value of bdbdef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11101111
Octal 275 275 357
Decimal 189 189 239
Hex BD BD EF

RGB Percentages of Color #bdbdef

%30.63
%30.63
%38.74

CMYK Percentages of Color #bdbdef

%21
%21
%0
%6

Triadic Colors of #bdbdef

#bdbdef #efbdbd #bdefbd

Analogous Colors of #bdbdef

#bdbdef #d6bdef #bdd6ef

Monochromatic Colors of #bdbdef

#bdbdef

Complementary Color

#bdbdef #efefbd

#bdbdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdef Color CSS Codes

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

#bdbdef Text Font Color

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

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


#bdbdef Background Color

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

This div background color is #bdbdef


#bdbdef Border Color

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

This div border color is #bdbdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdef


Comments

No comments written yet.

Please login to write comment.