Color Hex Logo

#bec97c Color Hex

#BEC97C
(190,201,124)
0 Favorites   0 Comments

Color spaces of #bec97c

RGB 190201124
HSL0.190.420.64
HSV69°38°79°
CMYK 0.050.000.38   0.21
XYZ45.759954.175727.1139
Yxy54.17570.36020.4264
Hunter Lab73.6041-17.833329.6820
CIE-Lab78.5641-15.724637.2145

#bec97c color RGB value is (190,201,124).

#bec97c hex color red value is 190, green value is 201 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bec97c hue: 0.19 , saturation: 0.42 and the lightness value of bec97c is 0.64.

The process color (four color CMYK) of #bec97c color hex is 0.05, 0.00, 0.38, 0.21. Web safe color of #bec97c is #cccc66. Color #bec97c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001001 01111100
Octal 276 311 174
Decimal 190 201 124
Hex BE C9 7C

RGB Percentages of Color #bec97c

%36.89
%39.03
%24.08

CMYK Percentages of Color #bec97c

%5
%0
%38
%21

Triadic Colors of #bec97c

#bec97c #7cbec9 #c97cbe

Analogous Colors of #bec97c

#bec97c #98c97c #c9ae7c

Monochromatic Colors of #bec97c

#bec97c

Complementary Color

#bec97c #877cc9

#bec97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec97c Color CSS Codes

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

#bec97c Text Font Color

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

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


#bec97c Background Color

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

This div background color is #bec97c


#bec97c Border Color

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

This div border color is #bec97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec97c


Comments

No comments written yet.

Please login to write comment.