Color Hex Logo

#bedec0 Color Hex

#BEDEC0
(190,222,192)
0 Favorites   0 Comments

Color spaces of #bedec0

RGB 190222192
HSL0.340.330.81
HSV124°14°87°
CMYK 0.140.000.14   0.13
XYZ56.870966.995559.8032
Yxy66.99550.30960.3648
Hunter Lab81.8508-19.214913.9761
CIE-Lab85.5017-16.179011.2139

#bedec0 color RGB value is (190,222,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 11000000
Octal 276 336 300
Decimal 190 222 192
Hex BE DE C0

RGB Percentages of Color #bedec0

%31.46
%36.75
%31.79

CMYK Percentages of Color #bedec0

%14
%0
%14
%13

Triadic Colors of #bedec0

#bedec0 #c0bede #dec0be

Analogous Colors of #bedec0

#bedec0 #beded0 #ccdebe

Monochromatic Colors of #bedec0

#bedec0

Complementary Color

#bedec0 #debedc

#bedec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedec0 Color CSS Codes

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

#bedec0 Text Font Color

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

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


#bedec0 Background Color

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

This div background color is #bedec0


#bedec0 Border Color

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

This div border color is #bedec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedec0


Comments

No comments written yet.

Please login to write comment.