Color Hex Logo

#bedc0d Color Hex

#BEDC0D
(190,220,13)
0 Favorites   0 Comments

Color spaces of #bedc0d

RGB 19022013
HSL0.190.890.46
HSV69°94°86°
CMYK 0.140.000.94   0.14
XYZ46.901162.16269.9074
Yxy62.16260.39420.5225
Hunter Lab78.8433-31.792347.7399
CIE-Lab82.9998-31.613280.7334

#bedc0d color RGB value is (190,220,13).

#bedc0d hex color red value is 190, green value is 220 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bedc0d hue: 0.19 , saturation: 0.89 and the lightness value of bedc0d is 0.46.

The process color (four color CMYK) of #bedc0d color hex is 0.14, 0.00, 0.94, 0.14. Web safe color of #bedc0d is #cccc00. Color #bedc0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 00001101
Octal 276 334 15
Decimal 190 220 13
Hex BE DC D

RGB Percentages of Color #bedc0d

%44.92
%52.01
%3.07

CMYK Percentages of Color #bedc0d

%14
%0
%94
%14

Triadic Colors of #bedc0d

#bedc0d #0dbedc #dc0dbe

Analogous Colors of #bedc0d

#bedc0d #56dc0d #dc930d

Monochromatic Colors of #bedc0d

#bedc0d

Complementary Color

#bedc0d #2b0ddc

#bedc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedc0d Color CSS Codes

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

#bedc0d Text Font Color

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

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


#bedc0d Background Color

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

This div background color is #bedc0d


#bedc0d Border Color

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

This div border color is #bedc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedc0d


Comments

No comments written yet.

Please login to write comment.