Color Hex Logo

#beda3f Color Hex

#BEDA3F
(190,218,63)
0 Favorites   0 Comments

Color spaces of #beda3f

RGB 19021863
HSL0.200.680.55
HSV71°71°85°
CMYK 0.130.000.71   0.15
XYZ47.203861.448814.0755
Yxy61.44880.38460.5007
Hunter Lab78.3893-29.693644.2264
CIE-Lab82.6194-29.125468.9071

#beda3f color RGB value is (190,218,63).

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

The process color (four color CMYK) of #beda3f color hex is 0.13, 0.00, 0.71, 0.15. Web safe color of #beda3f is #cccc33. Color #beda3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 00111111
Octal 276 332 77
Decimal 190 218 63
Hex BE DA 3F

RGB Percentages of Color #beda3f

%40.34
%46.28
%13.38

CMYK Percentages of Color #beda3f

%13
%0
%71
%15

Triadic Colors of #beda3f

#beda3f #3fbeda #da3fbe

Analogous Colors of #beda3f

#beda3f #71da3f #daa93f

Monochromatic Colors of #beda3f

#beda3f

Complementary Color

#beda3f #5b3fda

#beda3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beda3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beda3f Color CSS Codes

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

#beda3f Text Font Color

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

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


#beda3f Background Color

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

This div background color is #beda3f


#beda3f Border Color

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

This div border color is #beda3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beda3f


Comments

No comments written yet.

Please login to write comment.