Color Hex Logo

#bedcce Color Hex

#BEDCCE
(190,220,206)
0 Favorites   0 Comments

Color spaces of #bedcce

RGB 190220206
HSL0.420.300.80
HSV152°14°86°
CMYK 0.140.000.06   0.14
XYZ57.969066.589868.1903
Yxy66.58980.30070.3455
Hunter Lab81.6026-16.00137.5768
CIE-Lab85.2964-12.59963.5355

#bedcce color RGB value is (190,220,206).

#bedcce hex color red value is 190, green value is 220 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bedcce hue: 0.42 , saturation: 0.30 and the lightness value of bedcce is 0.80.

The process color (four color CMYK) of #bedcce color hex is 0.14, 0.00, 0.06, 0.14. Web safe color of #bedcce is #cccccc. Color #bedcce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 11001110
Octal 276 334 316
Decimal 190 220 206
Hex BE DC CE

RGB Percentages of Color #bedcce

%30.84
%35.71
%33.44

CMYK Percentages of Color #bedcce

%14
%0
%6
%14

Triadic Colors of #bedcce

#bedcce #cebedc #dccebe

Analogous Colors of #bedcce

#bedcce #bedbdc #bedcbf

Monochromatic Colors of #bedcce

#bedcce

Complementary Color

#bedcce #dcbecc

#bedcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcce Color CSS Codes

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

#bedcce Text Font Color

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

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


#bedcce Background Color

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

This div background color is #bedcce


#bedcce Border Color

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

This div border color is #bedcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcce


Comments

No comments written yet.

Please login to write comment.