Color Hex Logo

#bec2db Color Hex

#BEC2DB
(190,194,219)
0 Favorites   0 Comments

Color spaces of #bec2db

RGB 190194219
HSL0.640.290.80
HSV232°13°86°
CMYK 0.130.110.00   0.14
XYZ53.313254.645274.7555
Yxy54.64520.29180.2991
Hunter Lab73.9224-0.6291-8.2125
CIE-Lab78.83653.5748-12.9264

#bec2db color RGB value is (190,194,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 11011011
Octal 276 302 333
Decimal 190 194 219
Hex BE C2 DB

RGB Percentages of Color #bec2db

%31.51
%32.17
%36.32

CMYK Percentages of Color #bec2db

%13
%11
%0
%14

Triadic Colors of #bec2db

#bec2db #dbbec2 #c2dbbe

Analogous Colors of #bec2db

#bec2db #c9bedb #bed1db

Monochromatic Colors of #bec2db

#bec2db

Complementary Color

#bec2db #dbd7be

#bec2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec2db Color CSS Codes

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

#bec2db Text Font Color

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

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


#bec2db Background Color

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

This div background color is #bec2db


#bec2db Border Color

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

This div border color is #bec2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec2db


Comments

No comments written yet.

Please login to write comment.