Color Hex Logo

#becb42 Color Hex

#BECB42
(190,203,66)
0 Favorites   0 Comments

Color spaces of #becb42

RGB 19020366
HSL0.180.570.53
HSV66°67°80°
CMYK 0.060.000.67   0.20
XYZ43.574554.052413.2908
Yxy54.05240.39290.4873
Hunter Lab73.5203-22.866140.7460
CIE-Lab78.4923-21.755663.7066

#becb42 color RGB value is (190,203,66).

#becb42 hex color red value is 190, green value is 203 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #becb42 hue: 0.18 , saturation: 0.57 and the lightness value of becb42 is 0.53.

The process color (four color CMYK) of #becb42 color hex is 0.06, 0.00, 0.67, 0.20. Web safe color of #becb42 is #cccc33. Color #becb42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 01000010
Octal 276 313 102
Decimal 190 203 66
Hex BE CB 42

RGB Percentages of Color #becb42

%41.39
%44.23
%14.38

CMYK Percentages of Color #becb42

%6
%0
%67
%20

Triadic Colors of #becb42

#becb42 #42becb #cb42be

Analogous Colors of #becb42

#becb42 #7acb42 #cb9442

Monochromatic Colors of #becb42

#becb42

Complementary Color

#becb42 #4f42cb

#becb42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becb42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becb42 Color CSS Codes

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

#becb42 Text Font Color

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

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


#becb42 Background Color

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

This div background color is #becb42


#becb42 Border Color

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

This div border color is #becb42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becb42


Comments

No comments written yet.

Please login to write comment.