Color Hex Logo

#bedec1 Color Hex

#BEDEC1
(190,222,193)
0 Favorites   0 Comments

Color spaces of #bedec1

RGB 190222193
HSL0.350.330.81
HSV126°14°87°
CMYK 0.140.000.13   0.13
XYZ56.982167.040060.3888
Yxy67.04000.30900.3635
Hunter Lab81.8780-19.061213.5854
CIE-Lab85.5241-16.001410.7197

#bedec1 color RGB value is (190,222,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 11000001
Octal 276 336 301
Decimal 190 222 193
Hex BE DE C1

RGB Percentages of Color #bedec1

%31.40
%36.69
%31.90

CMYK Percentages of Color #bedec1

%14
%0
%13
%13

Triadic Colors of #bedec1

#bedec1 #c1bede #dec1be

Analogous Colors of #bedec1

#bedec1 #beded1 #cbdebe

Monochromatic Colors of #bedec1

#bedec1

Complementary Color

#bedec1 #debedb

#bedec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedec1 Color CSS Codes

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

#bedec1 Text Font Color

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

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


#bedec1 Background Color

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

This div background color is #bedec1


#bedec1 Border Color

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

This div border color is #bedec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedec1


Comments

No comments written yet.

Please login to write comment.