Color Hex Logo

#bedd16 Color Hex

#BEDD16
(190,221,22)
0 Favorites   0 Comments

Color spaces of #bedd16

RGB 19022122
HSL0.190.820.48
HSV69°90°87°
CMYK 0.140.000.90   0.13
XYZ47.236562.718010.3752
Yxy62.71800.39260.5212
Hunter Lab79.1947-32.122547.6688
CIE-Lab83.2938-31.940779.8461

#bedd16 color RGB value is (190,221,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 00010110
Octal 276 335 26
Decimal 190 221 22
Hex BE DD 16

RGB Percentages of Color #bedd16

%43.88
%51.04
%5.08

CMYK Percentages of Color #bedd16

%14
%0
%90
%13

Triadic Colors of #bedd16

#bedd16 #16bedd #dd16be

Analogous Colors of #bedd16

#bedd16 #5bdd16 #dd9916

Monochromatic Colors of #bedd16

#bedd16

Complementary Color

#bedd16 #3516dd

#bedd16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd16 Color CSS Codes

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

#bedd16 Text Font Color

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

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


#bedd16 Background Color

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

This div background color is #bedd16


#bedd16 Border Color

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

This div border color is #bedd16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd16


Comments

No comments written yet.

Please login to write comment.