Color Hex Logo

#bec1db Color Hex

#BEC1DB
(190,193,219)
0 Favorites   0 Comments

Color spaces of #bec1db

RGB 190193219
HSL0.650.290.80
HSV234°13°86°
CMYK 0.130.120.00   0.14
XYZ53.091454.201674.6816
Yxy54.20160.29180.2979
Hunter Lab73.6217-0.1150-8.6083
CIE-Lab78.57914.1113-13.3119

#bec1db color RGB value is (190,193,219).

#bec1db hex color red value is 190, green value is 193 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bec1db hue: 0.65 , saturation: 0.29 and the lightness value of bec1db is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 11011011
Octal 276 301 333
Decimal 190 193 219
Hex BE C1 DB

RGB Percentages of Color #bec1db

%31.56
%32.06
%36.38

CMYK Percentages of Color #bec1db

%13
%12
%0
%14

Triadic Colors of #bec1db

#bec1db #dbbec1 #c1dbbe

Analogous Colors of #bec1db

#bec1db #cabedb #bed0db

Monochromatic Colors of #bec1db

#bec1db

Complementary Color

#bec1db #dbd8be

#bec1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec1db Color CSS Codes

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

#bec1db Text Font Color

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

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


#bec1db Background Color

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

This div background color is #bec1db


#bec1db Border Color

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

This div border color is #bec1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec1db


Comments

No comments written yet.

Please login to write comment.