Color Hex Logo

#bdbfed Color Hex

#BDBFED
(189,191,237)
0 Favorites   0 Comments

Color spaces of #bdbfed

RGB 189191237
HSL0.660.570.84
HSV238°20°93°
CMYK 0.200.190.00   0.07
XYZ54.903154.194887.6877
Yxy54.19480.27900.2754
Hunter Lab73.61714.2940-19.0902
CIE-Lab78.57528.7599-23.0150

#bdbfed color RGB value is (189,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 11101101
Octal 275 277 355
Decimal 189 191 237
Hex BD BF ED

RGB Percentages of Color #bdbfed

%30.63
%30.96
%38.41

CMYK Percentages of Color #bdbfed

%20
%19
%0
%7

Triadic Colors of #bdbfed

#bdbfed #edbdbf #bfedbd

Analogous Colors of #bdbfed

#bdbfed #d3bded #bdd7ed

Monochromatic Colors of #bdbfed

#bdbfed

Complementary Color

#bdbfed #edebbd

#bdbfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbfed Color CSS Codes

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

#bdbfed Text Font Color

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

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


#bdbfed Background Color

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

This div background color is #bdbfed


#bdbfed Border Color

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

This div border color is #bdbfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbfed


Comments

No comments written yet.

Please login to write comment.