Color Hex Logo

#bed9ff Color Hex

#BED9FF
(190,217,255)
0 Favorites   0 Comments

Color spaces of #bed9ff

RGB 190217255
HSL0.601.000.87
HSV215°25°100°
CMYK 0.250.150.00   0.00
XYZ64.098167.7929104.3147
Yxy67.79290.27140.2870
Hunter Lab82.3364-5.1283-17.4809
CIE-Lab85.9028-0.7671-21.4684

#bed9ff color RGB value is (190,217,255).

#bed9ff hex color red value is 190, green value is 217 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bed9ff hue: 0.60 , saturation: 1.00 and the lightness value of bed9ff is 0.87.

The process color (four color CMYK) of #bed9ff color hex is 0.25, 0.15, 0.00, 0.00. Web safe color of #bed9ff is #ccccff. Color #bed9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 11111111
Octal 276 331 377
Decimal 190 217 255
Hex BE D9 FF

RGB Percentages of Color #bed9ff

%28.70
%32.78
%38.52

CMYK Percentages of Color #bed9ff

%25
%15
%0
%0

Triadic Colors of #bed9ff

#bed9ff #ffbed9 #d9ffbe

Analogous Colors of #bed9ff

#bed9ff #c4beff #befaff

Monochromatic Colors of #bed9ff

#bed9ff

Complementary Color

#bed9ff #ffe4be

#bed9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed9ff Color CSS Codes

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

#bed9ff Text Font Color

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

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


#bed9ff Background Color

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

This div background color is #bed9ff


#bed9ff Border Color

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

This div border color is #bed9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed9ff


Comments

No comments written yet.

Please login to write comment.