Color Hex Logo

#bed696 Color Hex

#BED696
(190,214,150)
0 Favorites   0 Comments

Color spaces of #bed696

RGB 190214150
HSL0.230.440.71
HSV83°30°84°
CMYK 0.110.000.30   0.16
XYZ50.786861.242337.9984
Yxy61.24230.33850.4082
Hunter Lab78.2575-21.109325.9916
CIE-Lab82.5088-18.873629.0334

#bed696 color RGB value is (190,214,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 10010110
Octal 276 326 226
Decimal 190 214 150
Hex BE D6 96

RGB Percentages of Color #bed696

%34.30
%38.63
%27.08

CMYK Percentages of Color #bed696

%11
%0
%30
%16

Triadic Colors of #bed696

#bed696 #96bed6 #d696be

Analogous Colors of #bed696

#bed696 #9ed696 #d6ce96

Monochromatic Colors of #bed696

#bed696

Complementary Color

#bed696 #ae96d6

#bed696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed696 Color CSS Codes

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

#bed696 Text Font Color

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

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


#bed696 Background Color

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

This div background color is #bed696


#bed696 Border Color

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

This div border color is #bed696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed696


Comments

No comments written yet.

Please login to write comment.