Color Hex Logo

#bec18e Color Hex

#BEC18E
(190,193,142)
0 Favorites   0 Comments

Color spaces of #bec18e

RGB 190193142
HSL0.180.290.66
HSV64°26°76°
CMYK 0.020.000.26   0.24
XYZ45.187751.040133.0613
Yxy51.04010.34950.3948
Hunter Lab71.4424-12.121822.5721
CIE-Lab76.7033-9.344225.4073

#bec18e color RGB value is (190,193,142).

#bec18e hex color red value is 190, green value is 193 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bec18e hue: 0.18 , saturation: 0.29 and the lightness value of bec18e is 0.66.

The process color (four color CMYK) of #bec18e color hex is 0.02, 0.00, 0.26, 0.24. Web safe color of #bec18e is #cccc99. Color #bec18e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 10001110
Octal 276 301 216
Decimal 190 193 142
Hex BE C1 8E

RGB Percentages of Color #bec18e

%36.19
%36.76
%27.05

CMYK Percentages of Color #bec18e

%2
%0
%26
%24

Triadic Colors of #bec18e

#bec18e #8ebec1 #c18ebe

Analogous Colors of #bec18e

#bec18e #a5c18e #c1ab8e

Monochromatic Colors of #bec18e

#bec18e

Complementary Color

#bec18e #918ec1

#bec18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec18e Color CSS Codes

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

#bec18e Text Font Color

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

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


#bec18e Background Color

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

This div background color is #bec18e


#bec18e Border Color

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

This div border color is #bec18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec18e


Comments

No comments written yet.

Please login to write comment.