Color Hex Logo

#bdb4ee Color Hex

#BDB4EE
(189,180,238)
0 Favorites   0 Comments

Color spaces of #bdb4ee

RGB 189180238
HSL0.690.630.82
HSV249°24°93°
CMYK 0.210.240.00   0.07
XYZ52.740149.634487.6896
Yxy49.63440.27750.2611
Hunter Lab70.451710.3346-24.4807
CIE-Lab75.844314.9891-27.7247

#bdb4ee color RGB value is (189,180,238).

#bdb4ee hex color red value is 189, green value is 180 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bdb4ee hue: 0.69 , saturation: 0.63 and the lightness value of bdb4ee is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110100 11101110
Octal 275 264 356
Decimal 189 180 238
Hex BD B4 EE

RGB Percentages of Color #bdb4ee

%31.14
%29.65
%39.21

CMYK Percentages of Color #bdb4ee

%21
%24
%0
%7

Triadic Colors of #bdb4ee

#bdb4ee #eebdb4 #b4eebd

Analogous Colors of #bdb4ee

#bdb4ee #dab4ee #b4c8ee

Monochromatic Colors of #bdb4ee

#bdb4ee

Complementary Color

#bdb4ee #e5eeb4

#bdb4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb4ee Color CSS Codes

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

#bdb4ee Text Font Color

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

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


#bdb4ee Background Color

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

This div background color is #bdb4ee


#bdb4ee Border Color

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

This div border color is #bdb4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb4ee


Comments

No comments written yet.

Please login to write comment.