Color Hex Logo

#bed196 Color Hex

#BED196
(190,209,150)
0 Favorites   0 Comments

Color spaces of #bed196

RGB 190209150
HSL0.220.390.70
HSV79°28°82°
CMYK 0.090.000.28   0.18
XYZ49.540758.750137.5830
Yxy58.75010.33960.4027
Hunter Lab76.6486-18.764224.5825
CIE-Lab81.1540-16.379827.2125

#bed196 color RGB value is (190,209,150).

#bed196 hex color red value is 190, green value is 209 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bed196 hue: 0.22 , saturation: 0.39 and the lightness value of bed196 is 0.70.

The process color (four color CMYK) of #bed196 color hex is 0.09, 0.00, 0.28, 0.18. Web safe color of #bed196 is #cccc99. Color #bed196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 10010110
Octal 276 321 226
Decimal 190 209 150
Hex BE D1 96

RGB Percentages of Color #bed196

%34.61
%38.07
%27.32

CMYK Percentages of Color #bed196

%9
%0
%28
%18

Triadic Colors of #bed196

#bed196 #96bed1 #d196be

Analogous Colors of #bed196

#bed196 #a1d196 #d1c796

Monochromatic Colors of #bed196

#bed196

Complementary Color

#bed196 #a996d1

#bed196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed196 Color CSS Codes

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

#bed196 Text Font Color

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

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


#bed196 Background Color

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

This div background color is #bed196


#bed196 Border Color

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

This div border color is #bed196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed196


Comments

No comments written yet.

Please login to write comment.