Color Hex Logo

#bec036 Color Hex

#BEC036
(190,192,54)
0 Favorites   0 Comments

Color spaces of #bec036

RGB 19019254
HSL0.170.560.48
HSV61°72°75°
CMYK 0.010.000.72   0.25
XYZ40.750748.912810.7833
Yxy48.91280.40570.4870
Hunter Lab69.9377-18.384139.8148
CIE-Lab75.3970-16.928965.0487

#bec036 color RGB value is (190,192,54).

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

The process color (four color CMYK) of #bec036 color hex is 0.01, 0.00, 0.72, 0.25. Web safe color of #bec036 is #cccc33. Color #bec036 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 00110110
Octal 276 300 66
Decimal 190 192 54
Hex BE C0 36

RGB Percentages of Color #bec036

%43.58
%44.04
%12.39

CMYK Percentages of Color #bec036

%1
%0
%72
%25

Triadic Colors of #bec036

#bec036 #36bec0 #c036be

Analogous Colors of #bec036

#bec036 #79c036 #c07d36

Monochromatic Colors of #bec036

#bec036

Complementary Color

#bec036 #3836c0

#bec036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec036 Color CSS Codes

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

#bec036 Text Font Color

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

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


#bec036 Background Color

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

This div background color is #bec036


#bec036 Border Color

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

This div border color is #bec036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec036


Comments

No comments written yet.

Please login to write comment.