Color Hex Logo

#bed3ce Color Hex

#BED3CE
(190,211,206)
0 Favorites   0 Comments

Color spaces of #bed3ce

RGB 190211206
HSL0.460.190.79
HSV166°10°83°
CMYK 0.100.000.02   0.17
XYZ55.670061.991967.4240
Yxy61.99190.30080.3349
Hunter Lab78.7349-11.57674.3420
CIE-Lab82.9091-7.99090.0629

#bed3ce color RGB value is (190,211,206).

#bed3ce hex color red value is 190, green value is 211 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bed3ce hue: 0.46 , saturation: 0.19 and the lightness value of bed3ce is 0.79.

The process color (four color CMYK) of #bed3ce color hex is 0.10, 0.00, 0.02, 0.17. Web safe color of #bed3ce is #cccccc. Color #bed3ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 11001110
Octal 276 323 316
Decimal 190 211 206
Hex BE D3 CE

RGB Percentages of Color #bed3ce

%31.30
%34.76
%33.94

CMYK Percentages of Color #bed3ce

%10
%0
%2
%17

Triadic Colors of #bed3ce

#bed3ce #cebed3 #d3cebe

Analogous Colors of #bed3ce

#bed3ce #beced3 #bed3c4

Monochromatic Colors of #bed3ce

#bed3ce

Complementary Color

#bed3ce #d3bec3

#bed3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed3ce Color CSS Codes

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

#bed3ce Text Font Color

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

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


#bed3ce Background Color

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

This div background color is #bed3ce


#bed3ce Border Color

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

This div border color is #bed3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed3ce


Comments

No comments written yet.

Please login to write comment.