Color Hex Logo

#bed1ec Color Hex

#BED1EC
(190,209,236)
0 Favorites   0 Comments

Color spaces of #bed1ec

RGB 190209236
HSL0.600.550.84
HSV215°19°93°
CMYK 0.190.110.00   0.07
XYZ59.176062.604288.3218
Yxy62.60420.28170.2980
Hunter Lab79.1228-4.9647-10.7972
CIE-Lab83.2337-0.7860-15.4305

#bed1ec color RGB value is (190,209,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 11101100
Octal 276 321 354
Decimal 190 209 236
Hex BE D1 EC

RGB Percentages of Color #bed1ec

%29.92
%32.91
%37.17

CMYK Percentages of Color #bed1ec

%19
%11
%0
%7

Triadic Colors of #bed1ec

#bed1ec #ecbed1 #d1ecbe

Analogous Colors of #bed1ec

#bed1ec #c2beec #bee8ec

Monochromatic Colors of #bed1ec

#bed1ec

Complementary Color

#bed1ec #ecd9be

#bed1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed1ec Color CSS Codes

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

#bed1ec Text Font Color

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

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


#bed1ec Background Color

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

This div background color is #bed1ec


#bed1ec Border Color

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

This div border color is #bed1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed1ec


Comments

No comments written yet.

Please login to write comment.