Color Hex Logo

#bedc4b Color Hex

#BEDC4B
(190,220,75)
0 Favorites   0 Comments

Color spaces of #bedc4b

RGB 19022075
HSL0.200.670.58
HSV72°66°86°
CMYK 0.140.000.66   0.14
XYZ48.098462.641516.2126
Yxy62.64150.37890.4934
Hunter Lab79.1464-30.029143.2573
CIE-Lab83.2534-29.372365.1213

#bedc4b color RGB value is (190,220,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 01001011
Octal 276 334 113
Decimal 190 220 75
Hex BE DC 4B

RGB Percentages of Color #bedc4b

%39.18
%45.36
%15.46

CMYK Percentages of Color #bedc4b

%14
%0
%66
%14

Triadic Colors of #bedc4b

#bedc4b #4bbedc #dc4bbe

Analogous Colors of #bedc4b

#bedc4b #76dc4b #dcb24b

Monochromatic Colors of #bedc4b

#bedc4b

Complementary Color

#bedc4b #694bdc

#bedc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedc4b Color CSS Codes

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

#bedc4b Text Font Color

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

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


#bedc4b Background Color

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

This div background color is #bedc4b


#bedc4b Border Color

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

This div border color is #bedc4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedc4b


Comments

No comments written yet.

Please login to write comment.