Color Hex Logo

#becbdb Color Hex

#BECBDB
(190,203,219)
0 Favorites   0 Comments

Color spaces of #becbdb

RGB 190203219
HSL0.590.290.80
HSV213°13°86°
CMYK 0.130.070.00   0.14
XYZ55.377358.773575.4436
Yxy58.77350.29210.3100
Hunter Lab76.6639-5.2243-4.6816
CIE-Lab81.1669-1.2160-9.4480

#becbdb color RGB value is (190,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 11011011
Octal 276 313 333
Decimal 190 203 219
Hex BE CB DB

RGB Percentages of Color #becbdb

%31.05
%33.17
%35.78

CMYK Percentages of Color #becbdb

%13
%7
%0
%14

Triadic Colors of #becbdb

#becbdb #dbbecb #cbdbbe

Analogous Colors of #becbdb

#becbdb #c0bedb #bedadb

Monochromatic Colors of #becbdb

#becbdb

Complementary Color

#becbdb #dbcebe

#becbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#becbdb Color CSS Codes

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

#becbdb Text Font Color

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

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


#becbdb Background Color

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

This div background color is #becbdb


#becbdb Border Color

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

This div border color is #becbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becbdb


Comments

No comments written yet.

Please login to write comment.