Color Hex Logo

#bec27c Color Hex

#BEC27C
(190,194,124)
0 Favorites   0 Comments

Color spaces of #bec27c

RGB 190194124
HSL0.180.360.62
HSV63°36°76°
CMYK 0.020.000.36   0.24
XYZ44.165150.986026.5823
Yxy50.98600.36280.4188
Hunter Lab71.4045-14.552027.9108
CIE-Lab76.6705-12.169234.7775

#bec27c color RGB value is (190,194,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 01111100
Octal 276 302 174
Decimal 190 194 124
Hex BE C2 7C

RGB Percentages of Color #bec27c

%37.40
%38.19
%24.41

CMYK Percentages of Color #bec27c

%2
%0
%36
%24

Triadic Colors of #bec27c

#bec27c #7cbec2 #c27cbe

Analogous Colors of #bec27c

#bec27c #9bc27c #c2a37c

Monochromatic Colors of #bec27c

#bec27c

Complementary Color

#bec27c #807cc2

#bec27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec27c Color CSS Codes

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

#bec27c Text Font Color

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

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


#bec27c Background Color

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

This div background color is #bec27c


#bec27c Border Color

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

This div border color is #bec27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec27c

#bec27c Color Palettes


Comments

No comments written yet.

Please login to write comment.