Color Hex Logo

#bec87a Color Hex

#BEC87A
(190,200,122)
0 Favorites   0 Comments

Color spaces of #bec87a

RGB 190200122
HSL0.190.410.63
HSV68°39°78°
CMYK 0.050.000.39   0.22
XYZ45.402353.660826.3770
Yxy53.66080.36190.4278
Hunter Lab73.2535-17.560029.9284
CIE-Lab78.2635-15.452637.8467

#bec87a color RGB value is (190,200,122).

#bec87a hex color red value is 190, green value is 200 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bec87a hue: 0.19 , saturation: 0.41 and the lightness value of bec87a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 01111010
Octal 276 310 172
Decimal 190 200 122
Hex BE C8 7A

RGB Percentages of Color #bec87a

%37.11
%39.06
%23.83

CMYK Percentages of Color #bec87a

%5
%0
%39
%22

Triadic Colors of #bec87a

#bec87a #7abec8 #c87abe

Analogous Colors of #bec87a

#bec87a #97c87a #c8ab7a

Monochromatic Colors of #bec87a

#bec87a

Complementary Color

#bec87a #847ac8

#bec87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec87a Color CSS Codes

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

#bec87a Text Font Color

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

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


#bec87a Background Color

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

This div background color is #bec87a


#bec87a Border Color

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

This div border color is #bec87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec87a


Comments

No comments written yet.

Please login to write comment.