Color Hex Logo

#bedc2d Color Hex

#BEDC2D
(190,220,45)
0 Favorites   0 Comments

Color spaces of #bedc2d

RGB 19022045
HSL0.200.710.52
HSV70°80°86°
CMYK 0.140.000.80   0.14
XYZ47.302162.323012.0191
Yxy62.32300.38890.5123
Hunter Lab78.9449-31.200246.2347
CIE-Lab83.0849-30.857074.8958

#bedc2d color RGB value is (190,220,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 00101101
Octal 276 334 55
Decimal 190 220 45
Hex BE DC 2D

RGB Percentages of Color #bedc2d

%41.76
%48.35
%9.89

CMYK Percentages of Color #bedc2d

%14
%0
%80
%14

Triadic Colors of #bedc2d

#bedc2d #2dbedc #dc2dbe

Analogous Colors of #bedc2d

#bedc2d #67dc2d #dca32d

Monochromatic Colors of #bedc2d

#bedc2d

Complementary Color

#bedc2d #4b2ddc

#bedc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedc2d Color CSS Codes

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

#bedc2d Text Font Color

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

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


#bedc2d Background Color

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

This div background color is #bedc2d


#bedc2d Border Color

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

This div border color is #bedc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedc2d


Comments

No comments written yet.

Please login to write comment.