Color Hex Logo

#bec88e Color Hex

#BEC88E
(190,200,142)
0 Favorites   0 Comments

Color spaces of #bec88e

RGB 190200142
HSL0.200.350.67
HSV70°29°78°
CMYK 0.050.000.29   0.22
XYZ46.772054.208733.5894
Yxy54.20870.34760.4028
Hunter Lab73.6266-15.452624.4897
CIE-Lab78.5833-12.939227.9366

#bec88e color RGB value is (190,200,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 10001110
Octal 276 310 216
Decimal 190 200 142
Hex BE C8 8E

RGB Percentages of Color #bec88e

%35.71
%37.59
%26.69

CMYK Percentages of Color #bec88e

%5
%0
%29
%22

Triadic Colors of #bec88e

#bec88e #8ebec8 #c88ebe

Analogous Colors of #bec88e

#bec88e #a1c88e #c8b58e

Monochromatic Colors of #bec88e

#bec88e

Complementary Color

#bec88e #988ec8

#bec88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec88e Color CSS Codes

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

#bec88e Text Font Color

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

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


#bec88e Background Color

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

This div background color is #bec88e


#bec88e Border Color

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

This div border color is #bec88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec88e


Comments

No comments written yet.

Please login to write comment.