Color Hex Logo

#beccdb Color Hex

#BECCDB
(190,204,219)
1 Favorites   0 Comments

Color spaces of #beccdb

RGB 190204219
HSL0.590.290.80
HSV211°13°86°
CMYK 0.130.070.00   0.14
XYZ55.614359.247475.5225
Yxy59.24740.29210.3112
Hunter Lab76.9723-5.7312-4.2926
CIE-Lab81.4274-1.7437-9.0607

#beccdb color RGB value is (190,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 11011011
Octal 276 314 333
Decimal 190 204 219
Hex BE CC DB

RGB Percentages of Color #beccdb

%31.00
%33.28
%35.73

CMYK Percentages of Color #beccdb

%13
%7
%0
%14

Triadic Colors of #beccdb

#beccdb #dbbecc #ccdbbe

Analogous Colors of #beccdb

#beccdb #bfbedb #bedbdb

Monochromatic Colors of #beccdb

#beccdb

Complementary Color

#beccdb #dbcdbe

#beccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beccdb Color CSS Codes

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

#beccdb Text Font Color

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

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


#beccdb Background Color

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

This div background color is #beccdb


#beccdb Border Color

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

This div border color is #beccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beccdb

#beccdb Color Palettes


Comments

No comments written yet.

Please login to write comment.