Color Hex Logo

#bed161 Color Hex

#BED161
(190,209,97)
0 Favorites   0 Comments

Color spaces of #bed161

RGB 19020997
HSL0.190.550.60
HSV70°54°82°
CMYK 0.090.000.54   0.18
XYZ46.193357.411119.9561
Yxy57.41110.37390.4646
Hunter Lab75.7701-23.775137.4235
CIE-Lab80.4103-22.449052.6184

#bed161 color RGB value is (190,209,97).

#bed161 hex color red value is 190, green value is 209 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bed161 hue: 0.19 , saturation: 0.55 and the lightness value of bed161 is 0.60.

The process color (four color CMYK) of #bed161 color hex is 0.09, 0.00, 0.54, 0.18. Web safe color of #bed161 is #cccc66. Color #bed161 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 01100001
Octal 276 321 141
Decimal 190 209 97
Hex BE D1 61

RGB Percentages of Color #bed161

%38.31
%42.14
%19.56

CMYK Percentages of Color #bed161

%9
%0
%54
%18

Triadic Colors of #bed161

#bed161 #61bed1 #d161be

Analogous Colors of #bed161

#bed161 #86d161 #d1ac61

Monochromatic Colors of #bed161

#bed161

Complementary Color

#bed161 #7461d1

#bed161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed161 Color CSS Codes

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

#bed161 Text Font Color

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

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


#bed161 Background Color

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

This div background color is #bed161


#bed161 Border Color

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

This div border color is #bed161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed161


Comments

No comments written yet.

Please login to write comment.