Color Hex Logo

#beec2a Color Hex

#BEEC2A
(190,236,42)
0 Favorites   0 Comments

Color spaces of #beec2a

RGB 19023642
HSL0.210.840.55
HSV74°82°93°
CMYK 0.190.000.82   0.07
XYZ51.648671.105213.1930
Yxy71.10520.37990.5230
Hunter Lab84.3239-38.235149.7504
CIE-Lab87.5361-38.260779.5433

#beec2a color RGB value is (190,236,42).

#beec2a hex color red value is 190, green value is 236 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #beec2a hue: 0.21 , saturation: 0.84 and the lightness value of beec2a is 0.55.

The process color (four color CMYK) of #beec2a color hex is 0.19, 0.00, 0.82, 0.07. Web safe color of #beec2a is #ccff33. Color #beec2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 00101010
Octal 276 354 52
Decimal 190 236 42
Hex BE EC 2A

RGB Percentages of Color #beec2a

%40.60
%50.43
%8.97

CMYK Percentages of Color #beec2a

%19
%0
%82
%7

Triadic Colors of #beec2a

#beec2a #2abeec #ec2abe

Analogous Colors of #beec2a

#beec2a #5dec2a #ecb92a

Monochromatic Colors of #beec2a

#beec2a

Complementary Color

#beec2a #582aec

#beec2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beec2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beec2a Color CSS Codes

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

#beec2a Text Font Color

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

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


#beec2a Background Color

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

This div background color is #beec2a


#beec2a Border Color

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

This div border color is #beec2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beec2a


Comments

No comments written yet.

Please login to write comment.