Color Hex Logo

#becc30 Color Hex

#BECC30
(190,204,48)
0 Favorites   0 Comments

Color spaces of #becc30

RGB 19020448
HSL0.180.620.49
HSV65°76°80°
CMYK 0.070.000.76   0.20
XYZ43.361654.346311.0008
Yxy54.34630.39890.4999
Hunter Lab73.7199-24.017342.7565
CIE-Lab78.6632-23.121470.0621

#becc30 color RGB value is (190,204,48).

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

The process color (four color CMYK) of #becc30 color hex is 0.07, 0.00, 0.76, 0.20. Web safe color of #becc30 is #cccc33. Color #becc30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 00110000
Octal 276 314 60
Decimal 190 204 48
Hex BE CC 30

RGB Percentages of Color #becc30

%42.99
%46.15
%10.86

CMYK Percentages of Color #becc30

%7
%0
%76
%20

Triadic Colors of #becc30

#becc30 #30becc #cc30be

Analogous Colors of #becc30

#becc30 #70cc30 #cc8c30

Monochromatic Colors of #becc30

#becc30

Complementary Color

#becc30 #3e30cc

#becc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becc30 Color CSS Codes

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

#becc30 Text Font Color

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

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


#becc30 Background Color

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

This div background color is #becc30


#becc30 Border Color

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

This div border color is #becc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becc30


Comments

No comments written yet.

Please login to write comment.