Color Hex Logo

#bed9fa Color Hex

#BED9FA
(190,217,250)
0 Favorites   0 Comments

Color spaces of #bed9fa

RGB 190217250
HSL0.590.860.86
HSV213°24°98°
CMYK 0.240.130.00   0.02
XYZ63.303467.4750100.1300
Yxy67.47500.27410.2922
Hunter Lab82.1432-6.1900-14.7725
CIE-Lab85.7433-1.8991-19.0709

#bed9fa color RGB value is (190,217,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 11111010
Octal 276 331 372
Decimal 190 217 250
Hex BE D9 FA

RGB Percentages of Color #bed9fa

%28.92
%33.03
%38.05

CMYK Percentages of Color #bed9fa

%24
%13
%0
%2

Triadic Colors of #bed9fa

#bed9fa #fabed9 #d9fabe

Analogous Colors of #bed9fa

#bed9fa #c1befa #bef7fa

Monochromatic Colors of #bed9fa

#bed9fa

Complementary Color

#bed9fa #fadfbe

#bed9fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed9fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed9fa Color CSS Codes

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

#bed9fa Text Font Color

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

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


#bed9fa Background Color

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

This div background color is #bed9fa


#bed9fa Border Color

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

This div border color is #bed9fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed9fa


Comments

No comments written yet.

Please login to write comment.