Color Hex Logo

#bed697 Color Hex

#BED697
(190,214,151)
0 Favorites   0 Comments

Color spaces of #bed697

RGB 190214151
HSL0.230.430.72
HSV83°29°84°
CMYK 0.110.000.29   0.16
XYZ50.867761.274638.4243
Yxy61.27460.33780.4070
Hunter Lab78.2781-20.991425.6910
CIE-Lab82.5261-18.732928.5391

#bed697 color RGB value is (190,214,151).

#bed697 hex color red value is 190, green value is 214 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bed697 hue: 0.23 , saturation: 0.43 and the lightness value of bed697 is 0.72.

The process color (four color CMYK) of #bed697 color hex is 0.11, 0.00, 0.29, 0.16. Web safe color of #bed697 is #cccc99. Color #bed697 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 10010111
Octal 276 326 227
Decimal 190 214 151
Hex BE D6 97

RGB Percentages of Color #bed697

%34.23
%38.56
%27.21

CMYK Percentages of Color #bed697

%11
%0
%29
%16

Triadic Colors of #bed697

#bed697 #97bed6 #d697be

Analogous Colors of #bed697

#bed697 #9fd697 #d6cf97

Monochromatic Colors of #bed697

#bed697

Complementary Color

#bed697 #af97d6

#bed697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed697 Color CSS Codes

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

#bed697 Text Font Color

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

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


#bed697 Background Color

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

This div background color is #bed697


#bed697 Border Color

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

This div border color is #bed697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed697


Comments

No comments written yet.

Please login to write comment.