Color Hex Logo

#beb8dc Color Hex

#BEB8DC
(190,184,220)
0 Favorites   0 Comments

Color spaces of #beb8dc

RGB 190184220
HSL0.690.340.79
HSV250°16°86°
CMYK 0.140.160.00   0.14
XYZ51.294050.395474.7340
Yxy50.39540.29070.2857
Hunter Lab70.98974.7441-12.7244
CIE-Lab76.31139.1860-17.2632

#beb8dc color RGB value is (190,184,220).

#beb8dc hex color red value is 190, green value is 184 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #beb8dc hue: 0.69 , saturation: 0.34 and the lightness value of beb8dc is 0.79.

The process color (four color CMYK) of #beb8dc color hex is 0.14, 0.16, 0.00, 0.14. Web safe color of #beb8dc is #cccccc. Color #beb8dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111000 11011100
Octal 276 270 334
Decimal 190 184 220
Hex BE B8 DC

RGB Percentages of Color #beb8dc

%31.99
%30.98
%37.04

CMYK Percentages of Color #beb8dc

%14
%16
%0
%14

Triadic Colors of #beb8dc

#beb8dc #dcbeb8 #b8dcbe

Analogous Colors of #beb8dc

#beb8dc #d0b8dc #b8c4dc

Monochromatic Colors of #beb8dc

#beb8dc

Complementary Color

#beb8dc #d6dcb8

#beb8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb8dc Color CSS Codes

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

#beb8dc Text Font Color

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

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


#beb8dc Background Color

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

This div background color is #beb8dc


#beb8dc Border Color

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

This div border color is #beb8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb8dc

#beb8dc Color Palettes


Comments

No comments written yet.

Please login to write comment.