Color Hex Logo

#bed3eb Color Hex

#BED3EB
(190,211,235)
0 Favorites   0 Comments

Color spaces of #bed3eb

RGB 190211235
HSL0.590.530.83
HSV212°19°92°
CMYK 0.190.100.00   0.08
XYZ59.524963.533887.7232
Yxy63.53380.28240.3014
Hunter Lab79.7081-6.1878-9.4563
CIE-Lab83.7224-2.0552-14.1655

#bed3eb color RGB value is (190,211,235).

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

The process color (four color CMYK) of #bed3eb color hex is 0.19, 0.10, 0.00, 0.08. Web safe color of #bed3eb is #ccccff. Color #bed3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 11101011
Octal 276 323 353
Decimal 190 211 235
Hex BE D3 EB

RGB Percentages of Color #bed3eb

%29.87
%33.18
%36.95

CMYK Percentages of Color #bed3eb

%19
%10
%0
%8

Triadic Colors of #bed3eb

#bed3eb #ebbed3 #d3ebbe

Analogous Colors of #bed3eb

#bed3eb #c0beeb #beeaeb

Monochromatic Colors of #bed3eb

#bed3eb

Complementary Color

#bed3eb #ebd6be

#bed3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed3eb Color CSS Codes

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

#bed3eb Text Font Color

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

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


#bed3eb Background Color

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

This div background color is #bed3eb


#bed3eb Border Color

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

This div border color is #bed3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed3eb


Comments

No comments written yet.

Please login to write comment.