Color Hex Logo

#bedecb Color Hex

#BEDECB
(190,222,203)
0 Favorites   0 Comments

Color spaces of #bedecb

RGB 190222203
HSL0.400.330.81
HSV144°14°87°
CMYK 0.140.000.09   0.13
XYZ58.136067.501566.4649
Yxy67.50150.30260.3514
Hunter Lab82.1593-17.47209.5473
CIE-Lab85.7566-14.17645.7845

#bedecb color RGB value is (190,222,203).

#bedecb hex color red value is 190, green value is 222 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bedecb hue: 0.40 , saturation: 0.33 and the lightness value of bedecb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 11001011
Octal 276 336 313
Decimal 190 222 203
Hex BE DE CB

RGB Percentages of Color #bedecb

%30.89
%36.10
%33.01

CMYK Percentages of Color #bedecb

%14
%0
%9
%13

Triadic Colors of #bedecb

#bedecb #cbbede #decbbe

Analogous Colors of #bedecb

#bedecb #bededb #c1debe

Monochromatic Colors of #bedecb

#bedecb

Complementary Color

#bedecb #debed1

#bedecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedecb Color CSS Codes

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

#bedecb Text Font Color

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

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


#bedecb Background Color

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

This div background color is #bedecb


#bedecb Border Color

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

This div border color is #bedecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedecb


Comments

No comments written yet.

Please login to write comment.