Color Hex Logo

#bec28f Color Hex

#BEC28F
(190,194,143)
0 Favorites   0 Comments

Color spaces of #bec28f

RGB 190194143
HSL0.180.290.66
HSV65°26°76°
CMYK 0.020.000.26   0.24
XYZ45.484951.513933.5325
Yxy51.51390.34850.3946
Hunter Lab71.7732-12.482122.5409
CIE-Lab76.9893-9.723225.2647

#bec28f color RGB value is (190,194,143).

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

The process color (four color CMYK) of #bec28f color hex is 0.02, 0.00, 0.26, 0.24. Web safe color of #bec28f is #cccc99. Color #bec28f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000010 10001111
Octal 276 302 217
Decimal 190 194 143
Hex BE C2 8F

RGB Percentages of Color #bec28f

%36.05
%36.81
%27.13

CMYK Percentages of Color #bec28f

%2
%0
%26
%24

Triadic Colors of #bec28f

#bec28f #8fbec2 #c28fbe

Analogous Colors of #bec28f

#bec28f #a5c28f #c2ad8f

Monochromatic Colors of #bec28f

#bec28f

Complementary Color

#bec28f #938fc2

#bec28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec28f Color CSS Codes

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

#bec28f Text Font Color

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

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


#bec28f Background Color

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

This div background color is #bec28f


#bec28f Border Color

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

This div border color is #bec28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec28f


Comments

No comments written yet.

Please login to write comment.