Color Hex Logo

#bed198 Color Hex

#BED198
(190,209,152)
0 Favorites   0 Comments

Color spaces of #bed198

RGB 190209152
HSL0.220.380.71
HSV80°27°82°
CMYK 0.090.000.27   0.18
XYZ49.703258.815138.4386
Yxy58.81510.33820.4002
Hunter Lab76.6910-18.524023.9667
CIE-Lab81.1899-16.094726.2176

#bed198 color RGB value is (190,209,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 10011000
Octal 276 321 230
Decimal 190 209 152
Hex BE D1 98

RGB Percentages of Color #bed198

%34.48
%37.93
%27.59

CMYK Percentages of Color #bed198

%9
%0
%27
%18

Triadic Colors of #bed198

#bed198 #98bed1 #d198be

Analogous Colors of #bed198

#bed198 #a2d198 #d1c898

Monochromatic Colors of #bed198

#bed198

Complementary Color

#bed198 #ab98d1

#bed198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed198 Color CSS Codes

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

#bed198 Text Font Color

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

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


#bed198 Background Color

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

This div background color is #bed198


#bed198 Border Color

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

This div border color is #bed198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed198


Comments

No comments written yet.

Please login to write comment.