Color Hex Logo

#bed9ef Color Hex

#BED9EF
(190,217,239)
0 Favorites   0 Comments

Color spaces of #bed9ef

RGB 190217239
HSL0.570.600.84
HSV207°21°94°
CMYK 0.210.090.00   0.06
XYZ61.628066.804991.3078
Yxy66.80490.28050.3040
Hunter Lab81.7343-8.4452-9.0207
CIE-Lab85.4053-4.3291-13.7651

#bed9ef color RGB value is (190,217,239).

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

The process color (four color CMYK) of #bed9ef color hex is 0.21, 0.09, 0.00, 0.06. Web safe color of #bed9ef is #ccccff. Color #bed9ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 11101111
Octal 276 331 357
Decimal 190 217 239
Hex BE D9 EF

RGB Percentages of Color #bed9ef

%29.41
%33.59
%37.00

CMYK Percentages of Color #bed9ef

%21
%9
%0
%6

Triadic Colors of #bed9ef

#bed9ef #efbed9 #d9efbe

Analogous Colors of #bed9ef

#bed9ef #bec1ef #beefed

Monochromatic Colors of #bed9ef

#bed9ef

Complementary Color

#bed9ef #efd4be

#bed9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed9ef Color CSS Codes

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

#bed9ef Text Font Color

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

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


#bed9ef Background Color

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

This div background color is #bed9ef


#bed9ef Border Color

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

This div border color is #bed9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed9ef


Comments

No comments written yet.

Please login to write comment.