Color Hex Logo

#bec890 Color Hex

#BEC890
(190,200,144)
0 Favorites   0 Comments

Color spaces of #bec890

RGB 190200144
HSL0.200.340.67
HSV71°28°78°
CMYK 0.050.000.28   0.22
XYZ46.923554.269334.3874
Yxy54.26930.34610.4003
Hunter Lab73.6677-15.220823.8914
CIE-Lab78.6185-12.665326.9356

#bec890 color RGB value is (190,200,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 10010000
Octal 276 310 220
Decimal 190 200 144
Hex BE C8 90

RGB Percentages of Color #bec890

%35.58
%37.45
%26.97

CMYK Percentages of Color #bec890

%5
%0
%28
%22

Triadic Colors of #bec890

#bec890 #90bec8 #c890be

Analogous Colors of #bec890

#bec890 #a2c890 #c8b690

Monochromatic Colors of #bec890

#bec890

Complementary Color

#bec890 #9a90c8

#bec890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec890 Color CSS Codes

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

#bec890 Text Font Color

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

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


#bec890 Background Color

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

This div background color is #bec890


#bec890 Border Color

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

This div border color is #bec890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec890


Comments

No comments written yet.

Please login to write comment.