Color Hex Logo

#becc53 Color Hex

#BECC53
(190,204,83)
0 Favorites   0 Comments

Color spaces of #becc53

RGB 19020483
HSL0.190.540.56
HSV67°59°80°
CMYK 0.070.000.59   0.20
XYZ44.389454.757416.4133
Yxy54.75740.38410.4738
Hunter Lab73.9982-22.420038.6479
CIE-Lab78.9013-21.130257.1821

#becc53 color RGB value is (190,204,83).

#becc53 hex color red value is 190, green value is 204 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #becc53 hue: 0.19 , saturation: 0.54 and the lightness value of becc53 is 0.56.

The process color (four color CMYK) of #becc53 color hex is 0.07, 0.00, 0.59, 0.20. Web safe color of #becc53 is #cccc66. Color #becc53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 01010011
Octal 276 314 123
Decimal 190 204 83
Hex BE CC 53

RGB Percentages of Color #becc53

%39.83
%42.77
%17.40

CMYK Percentages of Color #becc53

%7
%0
%59
%20

Triadic Colors of #becc53

#becc53 #53becc #cc53be

Analogous Colors of #becc53

#becc53 #82cc53 #cc9e53

Monochromatic Colors of #becc53

#becc53

Complementary Color

#becc53 #6153cc

#becc53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becc53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becc53 Color CSS Codes

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

#becc53 Text Font Color

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

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


#becc53 Background Color

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

This div background color is #becc53


#becc53 Border Color

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

This div border color is #becc53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becc53


Comments

No comments written yet.

Please login to write comment.