Color Hex Logo

#bedfce Color Hex

#BEDFCE
(190,223,206)
0 Favorites   0 Comments

Color spaces of #bedfce

RGB 190223206
HSL0.410.340.81
HSV149°15°87°
CMYK 0.150.000.08   0.13
XYZ58.763568.178768.4552
Yxy68.17870.30070.3489
Hunter Lab82.5704-17.46378.6447
CIE-Lab86.0957-14.11674.6924

#bedfce color RGB value is (190,223,206).

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

The process color (four color CMYK) of #bedfce color hex is 0.15, 0.00, 0.08, 0.13. Web safe color of #bedfce is #cccccc. Color #bedfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 11001110
Octal 276 337 316
Decimal 190 223 206
Hex BE DF CE

RGB Percentages of Color #bedfce

%30.69
%36.03
%33.28

CMYK Percentages of Color #bedfce

%15
%0
%8
%13

Triadic Colors of #bedfce

#bedfce #cebedf #dfcebe

Analogous Colors of #bedfce

#bedfce #bedfdf #bfdfbe

Monochromatic Colors of #bedfce

#bedfce

Complementary Color

#bedfce #dfbecf

#bedfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfce Color CSS Codes

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

#bedfce Text Font Color

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

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


#bedfce Background Color

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

This div background color is #bedfce


#bedfce Border Color

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

This div border color is #bedfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfce


Comments

No comments written yet.

Please login to write comment.