Color Hex Logo

#bed097 Color Hex

#BED097
(190,208,151)
0 Favorites   0 Comments

Color spaces of #bed097

RGB 190208151
HSL0.220.380.70
HSV79°27°82°
CMYK 0.090.000.27   0.18
XYZ49.377058.293337.9274
Yxy58.29330.33910.4004
Hunter Lab76.3500-18.173323.9923
CIE-Lab80.9016-15.735326.3500

#bed097 color RGB value is (190,208,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 10010111
Octal 276 320 227
Decimal 190 208 151
Hex BE D0 97

RGB Percentages of Color #bed097

%34.61
%37.89
%27.50

CMYK Percentages of Color #bed097

%9
%0
%27
%18

Triadic Colors of #bed097

#bed097 #97bed0 #d097be

Analogous Colors of #bed097

#bed097 #a2d097 #d0c697

Monochromatic Colors of #bed097

#bed097

Complementary Color

#bed097 #a997d0

#bed097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed097 Color CSS Codes

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

#bed097 Text Font Color

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

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


#bed097 Background Color

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

This div background color is #bed097


#bed097 Border Color

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

This div border color is #bed097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed097


Comments

No comments written yet.

Please login to write comment.