Color Hex Logo

#becd9c Color Hex

#BECD9C
(190,205,156)
0 Favorites   0 Comments

Color spaces of #becd9c

RGB 190205156
HSL0.220.330.71
HSV78°24°80°
CMYK 0.070.000.24   0.20
XYZ49.067357.010139.8704
Yxy57.01010.33620.3906
Hunter Lab75.5050-16.134721.5455
CIE-Lab80.1853-13.489922.7519

#becd9c color RGB value is (190,205,156).

#becd9c hex color red value is 190, green value is 205 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #becd9c hue: 0.22 , saturation: 0.33 and the lightness value of becd9c is 0.71.

The process color (four color CMYK) of #becd9c color hex is 0.07, 0.00, 0.24, 0.20. Web safe color of #becd9c is #cccc99. Color #becd9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 10011100
Octal 276 315 234
Decimal 190 205 156
Hex BE CD 9C

RGB Percentages of Color #becd9c

%34.48
%37.21
%28.31

CMYK Percentages of Color #becd9c

%7
%0
%24
%20

Triadic Colors of #becd9c

#becd9c #9cbecd #cd9cbe

Analogous Colors of #becd9c

#becd9c #a6cd9c #cdc49c

Monochromatic Colors of #becd9c

#becd9c

Complementary Color

#becd9c #ab9ccd

#becd9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becd9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#becd9c Color CSS Codes

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

#becd9c Text Font Color

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

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


#becd9c Background Color

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

This div background color is #becd9c


#becd9c Border Color

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

This div border color is #becd9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becd9c


Comments

No comments written yet.

Please login to write comment.