Color Hex Logo

#bedd1d Color Hex

#BEDD1D
(190,221,29)
0 Favorites   0 Comments

Color spaces of #bedd1d

RGB 19022129
HSL0.190.770.49
HSV70°87°87°
CMYK 0.140.000.87   0.13
XYZ47.313462.748810.7804
Yxy62.74880.39150.5193
Hunter Lab79.2141-32.009447.3810
CIE-Lab83.3100-31.795978.7001

#bedd1d color RGB value is (190,221,29).

#bedd1d hex color red value is 190, green value is 221 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bedd1d hue: 0.19 , saturation: 0.77 and the lightness value of bedd1d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 00011101
Octal 276 335 35
Decimal 190 221 29
Hex BE DD 1D

RGB Percentages of Color #bedd1d

%43.18
%50.23
%6.59

CMYK Percentages of Color #bedd1d

%14
%0
%87
%13

Triadic Colors of #bedd1d

#bedd1d #1dbedd #dd1dbe

Analogous Colors of #bedd1d

#bedd1d #5edd1d #dd9c1d

Monochromatic Colors of #bedd1d

#bedd1d

Complementary Color

#bedd1d #3c1ddd

#bedd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd1d Color CSS Codes

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

#bedd1d Text Font Color

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

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


#bedd1d Background Color

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

This div background color is #bedd1d


#bedd1d Border Color

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

This div border color is #bedd1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd1d


Comments

No comments written yet.

Please login to write comment.