Color Hex Logo

#bec17c Color Hex

#BEC17C
(190,193,124)
0 Favorites   0 Comments

Color spaces of #bec17c

RGB 190193124
HSL0.170.360.62
HSV63°36°76°
CMYK 0.020.000.36   0.24
XYZ43.943350.542326.5084
Yxy50.54230.36320.4177
Hunter Lab71.0931-14.080527.6578
CIE-Lab76.4009-11.656534.4286

#bec17c color RGB value is (190,193,124).

#bec17c hex color red value is 190, green value is 193 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bec17c hue: 0.17 , saturation: 0.36 and the lightness value of bec17c is 0.62.

The process color (four color CMYK) of #bec17c color hex is 0.02, 0.00, 0.36, 0.24. Web safe color of #bec17c is #cccc66. Color #bec17c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 01111100
Octal 276 301 174
Decimal 190 193 124
Hex BE C1 7C

RGB Percentages of Color #bec17c

%37.48
%38.07
%24.46

CMYK Percentages of Color #bec17c

%2
%0
%36
%24

Triadic Colors of #bec17c

#bec17c #7cbec1 #c17cbe

Analogous Colors of #bec17c

#bec17c #9cc17c #c1a27c

Monochromatic Colors of #bec17c

#bec17c

Complementary Color

#bec17c #7f7cc1

#bec17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec17c Color CSS Codes

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

#bec17c Text Font Color

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

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


#bec17c Background Color

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

This div background color is #bec17c


#bec17c Border Color

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

This div border color is #bec17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec17c


Comments

No comments written yet.

Please login to write comment.