Color Hex Logo

#beda5a Color Hex

#BEDA5A
(190,218,90)
0 Favorites   0 Comments

Color spaces of #beda5a

RGB 19021890
HSL0.200.630.60
HSV73°59°85°
CMYK 0.130.000.59   0.15
XYZ48.152161.828119.0690
Yxy61.82810.37310.4791
Hunter Lab78.6308-28.293840.6630
CIE-Lab82.8219-27.364258.4854

#beda5a color RGB value is (190,218,90).

#beda5a hex color red value is 190, green value is 218 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #beda5a hue: 0.20 , saturation: 0.63 and the lightness value of beda5a is 0.60.

The process color (four color CMYK) of #beda5a color hex is 0.13, 0.00, 0.59, 0.15. Web safe color of #beda5a is #cccc66. Color #beda5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 01011010
Octal 276 332 132
Decimal 190 218 90
Hex BE DA 5A

RGB Percentages of Color #beda5a

%38.15
%43.78
%18.07

CMYK Percentages of Color #beda5a

%13
%0
%59
%15

Triadic Colors of #beda5a

#beda5a #5abeda #da5abe

Analogous Colors of #beda5a

#beda5a #7eda5a #dab65a

Monochromatic Colors of #beda5a

#beda5a

Complementary Color

#beda5a #765ada

#beda5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beda5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#beda5a Color CSS Codes

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

#beda5a Text Font Color

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

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


#beda5a Background Color

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

This div background color is #beda5a


#beda5a Border Color

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

This div border color is #beda5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beda5a


Comments

No comments written yet.

Please login to write comment.