Color Hex Logo

#bec27f Color Hex

#BEC27F
(190,194,127)
0 Favorites   0 Comments

Color spaces of #bec27f

RGB 190194127
HSL0.180.350.63
HSV64°35°76°
CMYK 0.020.000.35   0.24
XYZ44.357851.063027.5969
Yxy51.06300.36060.4151
Hunter Lab71.4584-14.248327.1233
CIE-Lab76.7172-11.807733.2874

#bec27f color RGB value is (190,194,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 01111111
Octal 276 302 177
Decimal 190 194 127
Hex BE C2 7F

RGB Percentages of Color #bec27f

%37.18
%37.96
%24.85

CMYK Percentages of Color #bec27f

%2
%0
%35
%24

Triadic Colors of #bec27f

#bec27f #7fbec2 #c27fbe

Analogous Colors of #bec27f

#bec27f #9dc27f #c2a57f

Monochromatic Colors of #bec27f

#bec27f

Complementary Color

#bec27f #837fc2

#bec27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec27f Color CSS Codes

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

#bec27f Text Font Color

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

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


#bec27f Background Color

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

This div background color is #bec27f


#bec27f Border Color

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

This div border color is #bec27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec27f


Comments

No comments written yet.

Please login to write comment.