Color Hex Logo

#bed4ec Color Hex

#BED4EC
(190,212,236)
0 Favorites   0 Comments

Color spaces of #bed4ec

RGB 190212236
HSL0.590.550.84
HSV211°19°93°
CMYK 0.190.100.00   0.07
XYZ59.919064.090288.5695
Yxy64.09020.28190.3015
Hunter Lab80.0564-6.4985-9.5554
CIE-Lab84.0127-2.3644-14.2616

#bed4ec color RGB value is (190,212,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010100 11101100
Octal 276 324 354
Decimal 190 212 236
Hex BE D4 EC

RGB Percentages of Color #bed4ec

%29.78
%33.23
%36.99

CMYK Percentages of Color #bed4ec

%19
%10
%0
%7

Triadic Colors of #bed4ec

#bed4ec #ecbed4 #d4ecbe

Analogous Colors of #bed4ec

#bed4ec #bfbeec #beebec

Monochromatic Colors of #bed4ec

#bed4ec

Complementary Color

#bed4ec #ecd6be

#bed4ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed4ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed4ec Color CSS Codes

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

#bed4ec Text Font Color

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

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


#bed4ec Background Color

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

This div background color is #bed4ec


#bed4ec Border Color

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

This div border color is #bed4ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed4ec


Comments

No comments written yet.

Please login to write comment.