Color Hex Logo

#bed6fa Color Hex

#BED6FA
(190,214,250)
0 Favorites   0 Comments

Color spaces of #bed6fa

RGB 190214250
HSL0.600.860.86
HSV216°24°98°
CMYK 0.240.140.00   0.02
XYZ62.537165.942499.8746
Yxy65.94240.27390.2888
Hunter Lab81.2049-4.6432-16.0778
CIE-Lab84.9670-0.3224-20.2438

#bed6fa color RGB value is (190,214,250).

#bed6fa hex color red value is 190, green value is 214 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bed6fa hue: 0.60 , saturation: 0.86 and the lightness value of bed6fa is 0.86.

The process color (four color CMYK) of #bed6fa color hex is 0.24, 0.14, 0.00, 0.02. Web safe color of #bed6fa is #ccccff. Color #bed6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 11111010
Octal 276 326 372
Decimal 190 214 250
Hex BE D6 FA

RGB Percentages of Color #bed6fa

%29.05
%32.72
%38.23

CMYK Percentages of Color #bed6fa

%24
%14
%0
%2

Triadic Colors of #bed6fa

#bed6fa #fabed6 #d6fabe

Analogous Colors of #bed6fa

#bed6fa #c4befa #bef4fa

Monochromatic Colors of #bed6fa

#bed6fa

Complementary Color

#bed6fa #fae2be

#bed6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed6fa Color CSS Codes

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

#bed6fa Text Font Color

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

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


#bed6fa Background Color

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

This div background color is #bed6fa


#bed6fa Border Color

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

This div border color is #bed6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed6fa


Comments

No comments written yet.

Please login to write comment.