Color Hex Logo

#bedb46 Color Hex

#BEDB46
(190,219,70)
0 Favorites   0 Comments

Color spaces of #bedb46

RGB 19021970
HSL0.200.670.57
HSV72°68°86°
CMYK 0.130.000.68   0.14
XYZ47.672262.052415.2591
Yxy62.05240.38140.4965
Hunter Lab78.7733-29.828443.6563
CIE-Lab82.9413-29.207366.7034

#bedb46 color RGB value is (190,219,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 01000110
Octal 276 333 106
Decimal 190 219 70
Hex BE DB 46

RGB Percentages of Color #bedb46

%39.67
%45.72
%14.61

CMYK Percentages of Color #bedb46

%13
%0
%68
%14

Triadic Colors of #bedb46

#bedb46 #46bedb #db46be

Analogous Colors of #bedb46

#bedb46 #74db46 #dbae46

Monochromatic Colors of #bedb46

#bedb46

Complementary Color

#bedb46 #6346db

#bedb46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedb46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedb46 Color CSS Codes

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

#bedb46 Text Font Color

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

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


#bedb46 Background Color

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

This div background color is #bedb46


#bedb46 Border Color

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

This div border color is #bedb46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedb46


Comments

No comments written yet.

Please login to write comment.