Color Hex Logo

#bed6ec Color Hex

#BED6EC
(190,214,236)
0 Favorites   0 Comments

Color spaces of #bed6ec

RGB 190214236
HSL0.580.550.84
HSV209°19°93°
CMYK 0.190.090.00   0.07
XYZ60.422165.096488.7372
Yxy65.09640.28200.3038
Hunter Lab80.6823-7.5174-8.7315
CIE-Lab84.5334-3.4121-13.4816

#bed6ec color RGB value is (190,214,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 11101100
Octal 276 326 354
Decimal 190 214 236
Hex BE D6 EC

RGB Percentages of Color #bed6ec

%29.69
%33.44
%36.88

CMYK Percentages of Color #bed6ec

%19
%9
%0
%7

Triadic Colors of #bed6ec

#bed6ec #ecbed6 #d6ecbe

Analogous Colors of #bed6ec

#bed6ec #bebfec #beeceb

Monochromatic Colors of #bed6ec

#bed6ec

Complementary Color

#bed6ec #ecd4be

#bed6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed6ec Color CSS Codes

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

#bed6ec Text Font Color

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

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


#bed6ec Background Color

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

This div background color is #bed6ec


#bed6ec Border Color

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

This div border color is #bed6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed6ec


Comments

No comments written yet.

Please login to write comment.