Color Hex Logo

#becc13 Color Hex

#BECC13
(190,204,19)
0 Favorites   0 Comments

Color spaces of #becc13

RGB 19020419
HSL0.180.830.44
HSV65°91°80°
CMYK 0.070.000.91   0.20
XYZ42.945654.17998.8104
Yxy54.17990.40540.5114
Hunter Lab73.6070-24.667444.4282
CIE-Lab78.5665-23.939476.5406

#becc13 color RGB value is (190,204,19).

#becc13 hex color red value is 190, green value is 204 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #becc13 hue: 0.18 , saturation: 0.83 and the lightness value of becc13 is 0.44.

The process color (four color CMYK) of #becc13 color hex is 0.07, 0.00, 0.91, 0.20. Web safe color of #becc13 is #cccc00. Color #becc13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 00010011
Octal 276 314 23
Decimal 190 204 19
Hex BE CC 13

RGB Percentages of Color #becc13

%46.00
%49.39
%4.60

CMYK Percentages of Color #becc13

%7
%0
%91
%20

Triadic Colors of #becc13

#becc13 #13becc #cc13be

Analogous Colors of #becc13

#becc13 #61cc13 #cc7e13

Monochromatic Colors of #becc13

#becc13

Complementary Color

#becc13 #2113cc

#becc13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becc13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becc13 Color CSS Codes

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

#becc13 Text Font Color

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

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


#becc13 Background Color

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

This div background color is #becc13


#becc13 Border Color

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

This div border color is #becc13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becc13


Comments

No comments written yet.

Please login to write comment.