Color Hex Logo

#bed6df Color Hex

#BED6DF
(190,214,223)
0 Favorites   0 Comments

Color spaces of #bed6df

RGB 190214223
HSL0.550.340.81
HSV196°15°87°
CMYK 0.150.040.00   0.13
XYZ58.601164.368079.1477
Yxy64.36800.28990.3185
Hunter Lab80.2297-10.0225-2.3297
CIE-Lab84.1570-6.1529-7.1430

#bed6df color RGB value is (190,214,223).

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

The process color (four color CMYK) of #bed6df color hex is 0.15, 0.04, 0.00, 0.13. Web safe color of #bed6df is #cccccc. Color #bed6df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 11011111
Octal 276 326 337
Decimal 190 214 223
Hex BE D6 DF

RGB Percentages of Color #bed6df

%30.30
%34.13
%35.57

CMYK Percentages of Color #bed6df

%15
%4
%0
%13

Triadic Colors of #bed6df

#bed6df #dfbed6 #d6dfbe

Analogous Colors of #bed6df

#bed6df #bec6df #bedfd8

Monochromatic Colors of #bed6df

#bed6df

Complementary Color

#bed6df #dfc7be

#bed6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed6df Color CSS Codes

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

#bed6df Text Font Color

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

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


#bed6df Background Color

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

This div background color is #bed6df


#bed6df Border Color

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

This div border color is #bed6df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,214,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bed6df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed6df


Comments

No comments written yet.

Please login to write comment.