Color Hex Logo

#bed9ec Color Hex

#BED9EC
(190,217,236)
0 Favorites   0 Comments

Color spaces of #bed9ec

RGB 190217236
HSL0.570.550.84
HSV205°19°93°
CMYK 0.190.080.00   0.07
XYZ61.188466.629088.9926
Yxy66.62900.28220.3073
Hunter Lab81.6266-9.0405-7.5017
CIE-Lab85.3162-4.9766-12.3109

#bed9ec color RGB value is (190,217,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 11101100
Octal 276 331 354
Decimal 190 217 236
Hex BE D9 EC

RGB Percentages of Color #bed9ec

%29.55
%33.75
%36.70

CMYK Percentages of Color #bed9ec

%19
%8
%0
%7

Triadic Colors of #bed9ec

#bed9ec #ecbed9 #d9ecbe

Analogous Colors of #bed9ec

#bed9ec #bec2ec #beece8

Monochromatic Colors of #bed9ec

#bed9ec

Complementary Color

#bed9ec #ecd1be

#bed9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed9ec Color CSS Codes

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

#bed9ec Text Font Color

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

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


#bed9ec Background Color

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

This div background color is #bed9ec


#bed9ec Border Color

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

This div border color is #bed9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed9ec


Comments

No comments written yet.

Please login to write comment.