Color Hex Logo

#bec32f Color Hex

#BEC32F
(190,195,47)
0 Favorites   0 Comments

Color spaces of #bec32f

RGB 19019547
HSL0.170.610.47
HSV62°76°76°
CMYK 0.030.000.76   0.24
XYZ41.263450.182610.2007
Yxy50.18260.40590.4937
Hunter Lab70.8397-19.995041.0502
CIE-Lab76.1812-18.734368.0981

#bec32f color RGB value is (190,195,47).

#bec32f hex color red value is 190, green value is 195 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bec32f hue: 0.17 , saturation: 0.61 and the lightness value of bec32f is 0.47.

The process color (four color CMYK) of #bec32f color hex is 0.03, 0.00, 0.76, 0.24. Web safe color of #bec32f is #cccc33. Color #bec32f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000011 00101111
Octal 276 303 57
Decimal 190 195 47
Hex BE C3 2F

RGB Percentages of Color #bec32f

%43.98
%45.14
%10.88

CMYK Percentages of Color #bec32f

%3
%0
%76
%24

Triadic Colors of #bec32f

#bec32f #2fbec3 #c32fbe

Analogous Colors of #bec32f

#bec32f #74c32f #c37e2f

Monochromatic Colors of #bec32f

#bec32f

Complementary Color

#bec32f #342fc3

#bec32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec32f Color CSS Codes

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

#bec32f Text Font Color

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

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


#bec32f Background Color

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

This div background color is #bec32f


#bec32f Border Color

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

This div border color is #bec32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec32f


Comments

No comments written yet.

Please login to write comment.