Color Hex Logo

#bdbeed Color Hex

#BDBEED
(189,190,237)
0 Favorites   0 Comments

Color spaces of #bdbeed

RGB 189190237
HSL0.660.570.84
HSV239°20°93°
CMYK 0.200.200.00   0.07
XYZ54.685853.760287.6153
Yxy53.76020.27890.2742
Hunter Lab73.32134.8196-19.5236
CIE-Lab78.32179.3025-23.4008

#bdbeed color RGB value is (189,190,237).

#bdbeed hex color red value is 189, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bdbeed hue: 0.66 , saturation: 0.57 and the lightness value of bdbeed is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 11101101
Octal 275 276 355
Decimal 189 190 237
Hex BD BE ED

RGB Percentages of Color #bdbeed

%30.68
%30.84
%38.47

CMYK Percentages of Color #bdbeed

%20
%20
%0
%7

Triadic Colors of #bdbeed

#bdbeed #edbdbe #beedbd

Analogous Colors of #bdbeed

#bdbeed #d4bded #bdd6ed

Monochromatic Colors of #bdbeed

#bdbeed

Complementary Color

#bdbeed #edecbd

#bdbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbeed Color CSS Codes

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

#bdbeed Text Font Color

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

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


#bdbeed Background Color

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

This div background color is #bdbeed


#bdbeed Border Color

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

This div border color is #bdbeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbeed


Comments

No comments written yet.

Please login to write comment.