Color Hex Logo

#bed3ec Color Hex

#BED3EC
(190,211,236)
0 Favorites   0 Comments

Color spaces of #bed3ec

RGB 190211236
HSL0.590.550.84
HSV213°19°93°
CMYK 0.190.110.00   0.07
XYZ59.669863.591888.4864
Yxy63.59180.28180.3003
Hunter Lab79.7445-5.9879-9.9685
CIE-Lab83.7528-1.8392-14.6513

#bed3ec color RGB value is (190,211,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 11101100
Octal 276 323 354
Decimal 190 211 236
Hex BE D3 EC

RGB Percentages of Color #bed3ec

%29.83
%33.12
%37.05

CMYK Percentages of Color #bed3ec

%19
%11
%0
%7

Triadic Colors of #bed3ec

#bed3ec #ecbed3 #d3ecbe

Analogous Colors of #bed3ec

#bed3ec #c0beec #beeaec

Monochromatic Colors of #bed3ec

#bed3ec

Complementary Color

#bed3ec #ecd7be

#bed3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed3ec Color CSS Codes

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

#bed3ec Text Font Color

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

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


#bed3ec Background Color

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

This div background color is #bed3ec


#bed3ec Border Color

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

This div border color is #bed3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed3ec


Comments

No comments written yet.

Please login to write comment.