Color Hex Logo

#bdbdee Color Hex

#BDBDEE
(189,189,238)
0 Favorites   0 Comments

Color spaces of #bdbdee

RGB 189189238
HSL0.670.590.84
HSV240°21°93°
CMYK 0.210.210.00   0.07
XYZ54.616553.387188.3151
Yxy53.38710.27820.2719
Hunter Lab73.06655.5607-20.5170
CIE-Lab78.103010.0694-24.2718

#bdbdee color RGB value is (189,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 11101110
Octal 275 275 356
Decimal 189 189 238
Hex BD BD EE

RGB Percentages of Color #bdbdee

%30.68
%30.68
%38.64

CMYK Percentages of Color #bdbdee

%21
%21
%0
%7

Triadic Colors of #bdbdee

#bdbdee #eebdbd #bdeebd

Analogous Colors of #bdbdee

#bdbdee #d6bdee #bdd6ee

Monochromatic Colors of #bdbdee

#bdbdee

Complementary Color

#bdbdee #eeeebd

#bdbdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbdee Color CSS Codes

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

#bdbdee Text Font Color

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

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


#bdbdee Background Color

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

This div background color is #bdbdee


#bdbdee Border Color

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

This div border color is #bdbdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbdee


Comments

No comments written yet.

Please login to write comment.