Color Hex Logo

#beed20 Color Hex

#BEED20
(190,237,32)
0 Favorites   0 Comments

Color spaces of #beed20

RGB 19023732
HSL0.200.850.53
HSV74°86°93°
CMYK 0.200.000.86   0.07
XYZ51.780171.619812.4614
Yxy71.61980.38110.5272
Hunter Lab84.6285-38.884350.5096
CIE-Lab87.7853-38.988781.8372

#beed20 color RGB value is (190,237,32).

#beed20 hex color red value is 190, green value is 237 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #beed20 hue: 0.20 , saturation: 0.85 and the lightness value of beed20 is 0.53.

The process color (four color CMYK) of #beed20 color hex is 0.20, 0.00, 0.86, 0.07. Web safe color of #beed20 is #ccff33. Color #beed20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 00100000
Octal 276 355 40
Decimal 190 237 32
Hex BE ED 20

RGB Percentages of Color #beed20

%41.39
%51.63
%6.97

CMYK Percentages of Color #beed20

%20
%0
%86
%7

Triadic Colors of #beed20

#beed20 #20beed #ed20be

Analogous Colors of #beed20

#beed20 #57ed20 #edb620

Monochromatic Colors of #beed20

#beed20

Complementary Color

#beed20 #4f20ed

#beed20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beed20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beed20 Color CSS Codes

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

#beed20 Text Font Color

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

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


#beed20 Background Color

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

This div background color is #beed20


#beed20 Border Color

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

This div border color is #beed20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,237,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 #beed20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beed20


Comments

No comments written yet.

Please login to write comment.