Color Hex Logo

#bdb8ef Color Hex

#BDB8EF
(189,184,239)
0 Favorites   0 Comments

Color spaces of #bdb8ef

RGB 189184239
HSL0.680.630.83
HSV245°23°94°
CMYK 0.210.230.00   0.06
XYZ53.706751.331888.7387
Yxy51.33180.27720.2649
Hunter Lab71.64628.4245-23.2823
CIE-Lab76.879613.0217-26.6789

#bdb8ef color RGB value is (189,184,239).

#bdb8ef hex color red value is 189, green value is 184 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bdb8ef hue: 0.68 , saturation: 0.63 and the lightness value of bdb8ef is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111000 11101111
Octal 275 270 357
Decimal 189 184 239
Hex BD B8 EF

RGB Percentages of Color #bdb8ef

%30.88
%30.07
%39.05

CMYK Percentages of Color #bdb8ef

%21
%23
%0
%6

Triadic Colors of #bdb8ef

#bdb8ef #efbdb8 #b8efbd

Analogous Colors of #bdb8ef

#bdb8ef #d9b8ef #b8cfef

Monochromatic Colors of #bdb8ef

#bdb8ef

Complementary Color

#bdb8ef #eaefb8

#bdb8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb8ef Color CSS Codes

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

#bdb8ef Text Font Color

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

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


#bdb8ef Background Color

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

This div background color is #bdb8ef


#bdb8ef Border Color

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

This div border color is #bdb8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb8ef


Comments

No comments written yet.

Please login to write comment.