Color Hex Logo

#bed1db Color Hex

#BED1DB
(190,209,219)
0 Favorites   0 Comments

Color spaces of #bed1db

RGB 190209219
HSL0.560.290.80
HSV201°13°86°
CMYK 0.130.050.00   0.14
XYZ56.821961.662675.9251
Yxy61.66260.29230.3172
Hunter Lab78.5255-8.2552-2.3587
CIE-Lab82.7337-4.3690-7.1225

#bed1db color RGB value is (190,209,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 11011011
Octal 276 321 333
Decimal 190 209 219
Hex BE D1 DB

RGB Percentages of Color #bed1db

%30.74
%33.82
%35.44

CMYK Percentages of Color #bed1db

%13
%5
%0
%14

Triadic Colors of #bed1db

#bed1db #dbbed1 #d1dbbe

Analogous Colors of #bed1db

#bed1db #bec3db #bedbd7

Monochromatic Colors of #bed1db

#bed1db

Complementary Color

#bed1db #dbc8be

#bed1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed1db Color CSS Codes

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

#bed1db Text Font Color

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

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


#bed1db Background Color

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

This div background color is #bed1db


#bed1db Border Color

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

This div border color is #bed1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed1db


Comments

No comments written yet.

Please login to write comment.