Color Hex Logo

#bed3d5 Color Hex

#BED3D5
(190,211,213)
0 Favorites   0 Comments

Color spaces of #bed3d5

RGB 190211213
HSL0.510.210.79
HSV185°11°84°
CMYK 0.110.010.00   0.16
XYZ56.539762.339872.0036
Yxy62.33980.29620.3266
Hunter Lab78.9556-10.34921.1993
CIE-Lab83.0938-6.6197-3.3941

#bed3d5 color RGB value is (190,211,213).

#bed3d5 hex color red value is 190, green value is 211 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bed3d5 hue: 0.51 , saturation: 0.21 and the lightness value of bed3d5 is 0.79.

The process color (four color CMYK) of #bed3d5 color hex is 0.11, 0.01, 0.00, 0.16. Web safe color of #bed3d5 is #cccccc. Color #bed3d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 11010101
Octal 276 323 325
Decimal 190 211 213
Hex BE D3 D5

RGB Percentages of Color #bed3d5

%30.94
%34.36
%34.69

CMYK Percentages of Color #bed3d5

%11
%1
%0
%16

Triadic Colors of #bed3d5

#bed3d5 #d5bed3 #d3d5be

Analogous Colors of #bed3d5

#bed3d5 #bec8d5 #bed5cc

Monochromatic Colors of #bed3d5

#bed3d5

Complementary Color

#bed3d5 #d5c0be

#bed3d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed3d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed3d5 Color CSS Codes

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

#bed3d5 Text Font Color

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

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


#bed3d5 Background Color

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

This div background color is #bed3d5


#bed3d5 Border Color

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

This div border color is #bed3d5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,211,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bed3d5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed3d5


Comments

No comments written yet.

Please login to write comment.