Color Hex Logo

#bed7db Color Hex

#BED7DB
(190,215,219)
0 Favorites   0 Comments

Color spaces of #bed7db

RGB 190215219
HSL0.520.290.80
HSV188°13°86°
CMYK 0.130.020.00   0.14
XYZ58.321864.662576.4251
Yxy64.66250.29250.3243
Hunter Lab80.4130-11.2606-0.0606
CIE-Lab84.3095-7.4874-4.7940

#bed7db color RGB value is (190,215,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 11011011
Octal 276 327 333
Decimal 190 215 219
Hex BE D7 DB

RGB Percentages of Color #bed7db

%30.45
%34.46
%35.10

CMYK Percentages of Color #bed7db

%13
%2
%0
%14

Triadic Colors of #bed7db

#bed7db #dbbed7 #d7dbbe

Analogous Colors of #bed7db

#bed7db #bec9db #bedbd1

Monochromatic Colors of #bed7db

#bed7db

Complementary Color

#bed7db #dbc2be

#bed7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed7db Color CSS Codes

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

#bed7db Text Font Color

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

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


#bed7db Background Color

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

This div background color is #bed7db


#bed7db Border Color

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

This div border color is #bed7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed7db

#bed7db Color Palettes


Comments

No comments written yet.

Please login to write comment.