Color Hex Logo

#bec47c Color Hex

#BEC47C
(190,196,124)
0 Favorites   0 Comments

Color spaces of #bec47c

RGB 190196124
HSL0.180.380.63
HSV65°37°77°
CMYK 0.030.000.37   0.23
XYZ44.613251.882226.7317
Yxy51.88220.36200.4210
Hunter Lab72.0293-15.492728.4167
CIE-Lab77.2103-13.190635.4745

#bec47c color RGB value is (190,196,124).

#bec47c hex color red value is 190, green value is 196 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bec47c hue: 0.18 , saturation: 0.38 and the lightness value of bec47c is 0.63.

The process color (four color CMYK) of #bec47c color hex is 0.03, 0.00, 0.37, 0.23. Web safe color of #bec47c is #cccc66. Color #bec47c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 01111100
Octal 276 304 174
Decimal 190 196 124
Hex BE C4 7C

RGB Percentages of Color #bec47c

%37.25
%38.43
%24.31

CMYK Percentages of Color #bec47c

%3
%0
%37
%23

Triadic Colors of #bec47c

#bec47c #7cbec4 #c47cbe

Analogous Colors of #bec47c

#bec47c #9ac47c #c4a67c

Monochromatic Colors of #bec47c

#bec47c

Complementary Color

#bec47c #827cc4

#bec47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec47c Color CSS Codes

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

#bec47c Text Font Color

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

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


#bec47c Background Color

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

This div background color is #bec47c


#bec47c Border Color

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

This div border color is #bec47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec47c


Comments

No comments written yet.

Please login to write comment.