Color Hex Logo

#bed3ed Color Hex

#BED3ED
(190,211,237)
2 Favorites   0 Comments

Color spaces of #bed3ed

RGB 190211237
HSL0.590.570.84
HSV213°20°93°
CMYK 0.200.110.00   0.07
XYZ59.815563.650189.2538
Yxy63.65010.28120.2992
Hunter Lab79.7810-5.7871-10.4831
CIE-Lab83.7833-1.6223-15.1368

#bed3ed color RGB value is (190,211,237).

#bed3ed hex color red value is 190, green value is 211 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bed3ed hue: 0.59 , saturation: 0.57 and the lightness value of bed3ed is 0.84.

The process color (four color CMYK) of #bed3ed color hex is 0.20, 0.11, 0.00, 0.07. Web safe color of #bed3ed is #ccccff. Color #bed3ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 11101101
Octal 276 323 355
Decimal 190 211 237
Hex BE D3 ED

RGB Percentages of Color #bed3ed

%29.78
%33.07
%37.15

CMYK Percentages of Color #bed3ed

%20
%11
%0
%7

Triadic Colors of #bed3ed

#bed3ed #edbed3 #d3edbe

Analogous Colors of #bed3ed

#bed3ed #c1beed #beebed

Monochromatic Colors of #bed3ed

#bed3ed

Complementary Color

#bed3ed #edd8be

#bed3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed3ed Color CSS Codes

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

#bed3ed Text Font Color

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

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


#bed3ed Background Color

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

This div background color is #bed3ed


#bed3ed Border Color

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

This div border color is #bed3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed3ed


Comments

No comments written yet.

Please login to write comment.