Color Hex Logo

#bec044 Color Hex

#BEC044
(190,192,68)
0 Favorites   0 Comments

Color spaces of #bec044

RGB 19019268
HSL0.170.500.51
HSV61°65°75°
CMYK 0.010.000.65   0.25
XYZ41.128249.063812.7714
Yxy49.06380.39940.4765
Hunter Lab70.0456-17.771038.2215
CIE-Lab75.4910-16.173259.8416

#bec044 color RGB value is (190,192,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 01000100
Octal 276 300 104
Decimal 190 192 68
Hex BE C0 44

RGB Percentages of Color #bec044

%42.22
%42.67
%15.11

CMYK Percentages of Color #bec044

%1
%0
%65
%25

Triadic Colors of #bec044

#bec044 #44bec0 #c044be

Analogous Colors of #bec044

#bec044 #80c044 #c08444

Monochromatic Colors of #bec044

#bec044

Complementary Color

#bec044 #4644c0

#bec044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec044 Color CSS Codes

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

#bec044 Text Font Color

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

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


#bec044 Background Color

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

This div background color is #bec044


#bec044 Border Color

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

This div border color is #bec044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec044


Comments

No comments written yet.

Please login to write comment.