Color Hex Logo

#becd3b Color Hex

#BECD3B
(190,205,59)
0 Favorites   0 Comments

Color spaces of #becd3b

RGB 19020559
HSL0.180.590.52
HSV66°71°80°
CMYK 0.070.000.71   0.20
XYZ43.855954.925612.4279
Yxy54.92560.39440.4939
Hunter Lab74.1118-24.067741.9359
CIE-Lab78.9984-23.109066.7745

#becd3b color RGB value is (190,205,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 00111011
Octal 276 315 73
Decimal 190 205 59
Hex BE CD 3B

RGB Percentages of Color #becd3b

%41.85
%45.15
%13.00

CMYK Percentages of Color #becd3b

%7
%0
%71
%20

Triadic Colors of #becd3b

#becd3b #3bbecd #cd3bbe

Analogous Colors of #becd3b

#becd3b #75cd3b #cd933b

Monochromatic Colors of #becd3b

#becd3b

Complementary Color

#becd3b #4a3bcd

#becd3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becd3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#becd3b Color CSS Codes

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

#becd3b Text Font Color

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

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


#becd3b Background Color

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

This div background color is #becd3b


#becd3b Border Color

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

This div border color is #becd3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becd3b


Comments

No comments written yet.

Please login to write comment.