Color Hex Logo

#bed44c Color Hex

#BED44C
(190,212,76)
0 Favorites   0 Comments

Color spaces of #bed44c

RGB 19021276
HSL0.190.610.56
HSV70°64°83°
CMYK 0.100.000.64   0.17
XYZ46.083258.555915.7111
Yxy58.55590.38290.4865
Hunter Lab76.5218-26.416441.3921
CIE-Lab81.0469-25.505562.4214

#bed44c color RGB value is (190,212,76).

#bed44c hex color red value is 190, green value is 212 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bed44c hue: 0.19 , saturation: 0.61 and the lightness value of bed44c is 0.56.

The process color (four color CMYK) of #bed44c color hex is 0.10, 0.00, 0.64, 0.17. Web safe color of #bed44c is #cccc33. Color #bed44c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010100 01001100
Octal 276 324 114
Decimal 190 212 76
Hex BE D4 4C

RGB Percentages of Color #bed44c

%39.75
%44.35
%15.90

CMYK Percentages of Color #bed44c

%10
%0
%64
%17

Triadic Colors of #bed44c

#bed44c #4cbed4 #d44cbe

Analogous Colors of #bed44c

#bed44c #7ad44c #d4a64c

Monochromatic Colors of #bed44c

#bed44c

Complementary Color

#bed44c #624cd4

#bed44c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed44c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed44c Color CSS Codes

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

#bed44c Text Font Color

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

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


#bed44c Background Color

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

This div background color is #bed44c


#bed44c Border Color

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

This div border color is #bed44c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed44c


Comments

No comments written yet.

Please login to write comment.