Color Hex Logo

#bed7ec Color Hex

#BED7EC
(190,215,236)
0 Favorites   0 Comments

Color spaces of #bed7ec

RGB 190215236
HSL0.580.550.84
HSV207°19°93°
CMYK 0.190.090.00   0.07
XYZ60.676065.604288.8218
Yxy65.60420.28210.3050
Hunter Lab80.9964-8.0259-8.3207
CIE-Lab84.7941-3.9346-13.0914

#bed7ec color RGB value is (190,215,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 11101100
Octal 276 327 354
Decimal 190 215 236
Hex BE D7 EC

RGB Percentages of Color #bed7ec

%29.64
%33.54
%36.82

CMYK Percentages of Color #bed7ec

%19
%9
%0
%7

Triadic Colors of #bed7ec

#bed7ec #ecbed7 #d7ecbe

Analogous Colors of #bed7ec

#bed7ec #bec0ec #beecea

Monochromatic Colors of #bed7ec

#bed7ec

Complementary Color

#bed7ec #ecd3be

#bed7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed7ec Color CSS Codes

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

#bed7ec Text Font Color

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

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


#bed7ec Background Color

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

This div background color is #bed7ec


#bed7ec Border Color

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

This div border color is #bed7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed7ec


Comments

No comments written yet.

Please login to write comment.