Color Hex Logo

#bdbefe Color Hex

#BDBEFE
(189,190,254)
0 Favorites   0 Comments

Color spaces of #bdbefe

RGB 189190254
HSL0.660.970.87
HSV239°26°100°
CMYK 0.260.250.00   0.00
XYZ57.289154.8015101.3242
Yxy54.80150.26840.2568
Hunter Lab74.02808.5892-29.3322
CIE-Lab78.926813.1913-31.5936

#bdbefe color RGB value is (189,190,254).

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

The process color (four color CMYK) of #bdbefe color hex is 0.26, 0.25, 0.00, 0.00. Web safe color of #bdbefe is #ccccff. Color #bdbefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 11111110
Octal 275 276 376
Decimal 189 190 254
Hex BD BE FE

RGB Percentages of Color #bdbefe

%29.86
%30.02
%40.13

CMYK Percentages of Color #bdbefe

%26
%25
%0
%0

Triadic Colors of #bdbefe

#bdbefe #febdbe #befebd

Analogous Colors of #bdbefe

#bdbefe #ddbdfe #bddffe

Monochromatic Colors of #bdbefe

#bdbefe

Complementary Color

#bdbefe #fefdbd

#bdbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbefe Color CSS Codes

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

#bdbefe Text Font Color

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

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


#bdbefe Background Color

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

This div background color is #bdbefe


#bdbefe Border Color

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

This div border color is #bdbefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbefe


Comments

No comments written yet.

Please login to write comment.