Color Hex Logo

#becd3e Color Hex

#BECD3E
(190,205,62)
0 Favorites   0 Comments

Color spaces of #becd3e

RGB 19020562
HSL0.180.590.52
HSV66°70°80°
CMYK 0.070.000.70   0.20
XYZ43.936054.957612.8496
Yxy54.95760.39320.4918
Hunter Lab74.1334-23.943441.6166
CIE-Lab79.0168-22.953465.7212

#becd3e color RGB value is (190,205,62).

#becd3e hex color red value is 190, green value is 205 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #becd3e hue: 0.18 , saturation: 0.59 and the lightness value of becd3e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 00111110
Octal 276 315 76
Decimal 190 205 62
Hex BE CD 3E

RGB Percentages of Color #becd3e

%41.58
%44.86
%13.57

CMYK Percentages of Color #becd3e

%7
%0
%70
%20

Triadic Colors of #becd3e

#becd3e #3ebecd #cd3ebe

Analogous Colors of #becd3e

#becd3e #77cd3e #cd953e

Monochromatic Colors of #becd3e

#becd3e

Complementary Color

#becd3e #4d3ecd

#becd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#becd3e Color CSS Codes

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

#becd3e Text Font Color

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

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


#becd3e Background Color

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

This div background color is #becd3e


#becd3e Border Color

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

This div border color is #becd3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becd3e


Comments

No comments written yet.

Please login to write comment.