Color Hex Logo

#bed298 Color Hex

#BED298
(190,210,152)
0 Favorites   0 Comments

Color spaces of #bed298

RGB 190210152
HSL0.220.390.71
HSV81°28°82°
CMYK 0.100.000.28   0.18
XYZ49.949359.307338.5206
Yxy59.30730.33800.4013
Hunter Lab77.0112-18.995024.2513
CIE-Lab81.4602-16.596326.5833

#bed298 color RGB value is (190,210,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 10011000
Octal 276 322 230
Decimal 190 210 152
Hex BE D2 98

RGB Percentages of Color #bed298

%34.42
%38.04
%27.54

CMYK Percentages of Color #bed298

%10
%0
%28
%18

Triadic Colors of #bed298

#bed298 #98bed2 #d298be

Analogous Colors of #bed298

#bed298 #a1d298 #d2c998

Monochromatic Colors of #bed298

#bed298

Complementary Color

#bed298 #ac98d2

#bed298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed298 Color CSS Codes

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

#bed298 Text Font Color

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

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


#bed298 Background Color

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

This div background color is #bed298


#bed298 Border Color

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

This div border color is #bed298


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,210,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 #bed298">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed298


Comments

No comments written yet.

Please login to write comment.