Color Hex Logo

#beb5de Color Hex

#BEB5DE
(190,181,222)
0 Favorites   0 Comments

Color spaces of #beb5de

RGB 190181222
HSL0.700.380.79
HSV253°18°87°
CMYK 0.140.180.00   0.13
XYZ50.943949.268875.9320
Yxy49.26880.28920.2797
Hunter Lab70.19176.7165-15.0045
CIE-Lab75.618211.2451-19.3958

#beb5de color RGB value is (190,181,222).

#beb5de hex color red value is 190, green value is 181 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #beb5de hue: 0.70 , saturation: 0.38 and the lightness value of beb5de is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 11011110
Octal 276 265 336
Decimal 190 181 222
Hex BE B5 DE

RGB Percentages of Color #beb5de

%32.04
%30.52
%37.44

CMYK Percentages of Color #beb5de

%14
%18
%0
%13

Triadic Colors of #beb5de

#beb5de #debeb5 #b5debe

Analogous Colors of #beb5de

#beb5de #d3b5de #b5c1de

Monochromatic Colors of #beb5de

#beb5de

Complementary Color

#beb5de #d5deb5

#beb5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb5de Color CSS Codes

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

#beb5de Text Font Color

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

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


#beb5de Background Color

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

This div background color is #beb5de


#beb5de Border Color

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

This div border color is #beb5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb5de


Comments

No comments written yet.

Please login to write comment.