Color Hex Logo

#bedb3a Color Hex

#BEDB3A
(190,219,58)
0 Favorites   0 Comments

Color spaces of #bedb3a

RGB 19021958
HSL0.200.690.54
HSV71°74°86°
CMYK 0.130.000.74   0.14
XYZ47.330461.915713.4593
Yxy61.91570.38570.5046
Hunter Lab78.6865-30.332744.9390
CIE-Lab82.8686-29.845670.8344

#bedb3a color RGB value is (190,219,58).

#bedb3a hex color red value is 190, green value is 219 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bedb3a hue: 0.20 , saturation: 0.69 and the lightness value of bedb3a is 0.54.

The process color (four color CMYK) of #bedb3a color hex is 0.13, 0.00, 0.74, 0.14. Web safe color of #bedb3a is #cccc33. Color #bedb3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 00111010
Octal 276 333 72
Decimal 190 219 58
Hex BE DB 3A

RGB Percentages of Color #bedb3a

%40.69
%46.90
%12.42

CMYK Percentages of Color #bedb3a

%13
%0
%74
%14

Triadic Colors of #bedb3a

#bedb3a #3abedb #db3abe

Analogous Colors of #bedb3a

#bedb3a #6edb3a #dba83a

Monochromatic Colors of #bedb3a

#bedb3a

Complementary Color

#bedb3a #573adb

#bedb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb3a Color CSS Codes

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

#bedb3a Text Font Color

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

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


#bedb3a Background Color

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

This div background color is #bedb3a


#bedb3a Border Color

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

This div border color is #bedb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb3a


Comments

No comments written yet.

Please login to write comment.