Color Hex Logo

#becb20 Color Hex

#BECB20
(190,203,32)
0 Favorites   0 Comments

Color spaces of #becb20

RGB 19020332
HSL0.180.730.46
HSV65°84°80°
CMYK 0.060.000.84   0.20
XYZ42.851953.76339.4853
Yxy53.76330.40390.5067
Hunter Lab73.3235-23.996643.6565
CIE-Lab78.3235-23.171273.9669

#becb20 color RGB value is (190,203,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 00100000
Octal 276 313 40
Decimal 190 203 32
Hex BE CB 20

RGB Percentages of Color #becb20

%44.71
%47.76
%7.53

CMYK Percentages of Color #becb20

%6
%0
%84
%20

Triadic Colors of #becb20

#becb20 #20becb #cb20be

Analogous Colors of #becb20

#becb20 #69cb20 #cb8320

Monochromatic Colors of #becb20

#becb20

Complementary Color

#becb20 #2d20cb

#becb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becb20 Color CSS Codes

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

#becb20 Text Font Color

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

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


#becb20 Background Color

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

This div background color is #becb20


#becb20 Border Color

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

This div border color is #becb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becb20


Comments

No comments written yet.

Please login to write comment.