Color Hex Logo

#bed691 Color Hex

#BED691
(190,214,145)
0 Favorites   0 Comments

Color spaces of #bed691

RGB 190214145
HSL0.220.460.70
HSV81°32°84°
CMYK 0.110.000.32   0.16
XYZ50.392661.084635.9226
Yxy61.08460.34190.4144
Hunter Lab78.1566-21.683727.4586
CIE-Lab82.4242-19.561331.4997

#bed691 color RGB value is (190,214,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 10010001
Octal 276 326 221
Decimal 190 214 145
Hex BE D6 91

RGB Percentages of Color #bed691

%34.61
%38.98
%26.41

CMYK Percentages of Color #bed691

%11
%0
%32
%16

Triadic Colors of #bed691

#bed691 #91bed6 #d691be

Analogous Colors of #bed691

#bed691 #9cd691 #d6cc91

Monochromatic Colors of #bed691

#bed691

Complementary Color

#bed691 #a991d6

#bed691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed691 Color CSS Codes

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

#bed691 Text Font Color

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

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


#bed691 Background Color

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

This div background color is #bed691


#bed691 Border Color

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

This div border color is #bed691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed691


Comments

No comments written yet.

Please login to write comment.