Color Hex Logo

#bec89c Color Hex

#BEC89C
(190,200,156)
0 Favorites   0 Comments

Color spaces of #bec89c

RGB 190200156
HSL0.200.290.70
HSV74°22°78°
CMYK 0.050.000.22   0.22
XYZ47.890254.656039.4781
Yxy54.65600.33720.3848
Hunter Lab73.9297-13.748220.0902
CIE-Lab78.8427-10.936420.9079

#bec89c color RGB value is (190,200,156).

#bec89c hex color red value is 190, green value is 200 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bec89c hue: 0.20 , saturation: 0.29 and the lightness value of bec89c is 0.70.

The process color (four color CMYK) of #bec89c color hex is 0.05, 0.00, 0.22, 0.22. Web safe color of #bec89c is #cccc99. Color #bec89c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 10011100
Octal 276 310 234
Decimal 190 200 156
Hex BE C8 9C

RGB Percentages of Color #bec89c

%34.80
%36.63
%28.57

CMYK Percentages of Color #bec89c

%5
%0
%22
%22

Triadic Colors of #bec89c

#bec89c #9cbec8 #c89cbe

Analogous Colors of #bec89c

#bec89c #a8c89c #c8bc9c

Monochromatic Colors of #bec89c

#bec89c

Complementary Color

#bec89c #a69cc8

#bec89c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec89c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec89c Color CSS Codes

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

#bec89c Text Font Color

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

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


#bec89c Background Color

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

This div background color is #bec89c


#bec89c Border Color

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

This div border color is #bec89c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec89c


Comments

No comments written yet.

Please login to write comment.