Color Hex Logo

#beed49 Color Hex

#BEED49
(190,237,73)
0 Favorites   0 Comments

Color spaces of #beed49

RGB 19023773
HSL0.210.820.61
HSV77°69°93°
CMYK 0.200.000.69   0.07
XYZ52.722071.996617.4213
Yxy71.99660.37090.5065
Hunter Lab84.8508-37.578147.2223
CIE-Lab87.9670-37.310770.6766

#beed49 color RGB value is (190,237,73).

#beed49 hex color red value is 190, green value is 237 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #beed49 hue: 0.21 , saturation: 0.82 and the lightness value of beed49 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 01001001
Octal 276 355 111
Decimal 190 237 73
Hex BE ED 49

RGB Percentages of Color #beed49

%38.00
%47.40
%14.60

CMYK Percentages of Color #beed49

%20
%0
%69
%7

Triadic Colors of #beed49

#beed49 #49beed #ed49be

Analogous Colors of #beed49

#beed49 #6ced49 #edca49

Monochromatic Colors of #beed49

#beed49

Complementary Color

#beed49 #7849ed

#beed49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beed49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beed49 Color CSS Codes

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

#beed49 Text Font Color

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

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


#beed49 Background Color

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

This div background color is #beed49


#beed49 Border Color

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

This div border color is #beed49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beed49


Comments

No comments written yet.

Please login to write comment.