Color Hex Logo

#bec15f Color Hex

#BEC15F
(190,193,95)
0 Favorites   0 Comments

Color spaces of #bec15f

RGB 19019395
HSL0.170.440.56
HSV62°51°76°
CMYK 0.020.000.51   0.24
XYZ42.370749.913318.2275
Yxy49.91330.38340.4517
Hunter Lab70.6493-16.584134.1577
CIE-Lab76.0160-14.665648.4219

#bec15f color RGB value is (190,193,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 01011111
Octal 276 301 137
Decimal 190 193 95
Hex BE C1 5F

RGB Percentages of Color #bec15f

%39.75
%40.38
%19.87

CMYK Percentages of Color #bec15f

%2
%0
%51
%24

Triadic Colors of #bec15f

#bec15f #5fbec1 #c15fbe

Analogous Colors of #bec15f

#bec15f #8dc15f #c1935f

Monochromatic Colors of #bec15f

#bec15f

Complementary Color

#bec15f #625fc1

#bec15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec15f Color CSS Codes

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

#bec15f Text Font Color

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

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


#bec15f Background Color

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

This div background color is #bec15f


#bec15f Border Color

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

This div border color is #bec15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec15f


Comments

No comments written yet.

Please login to write comment.