Color Hex Logo

#bed391 Color Hex

#BED391
(190,211,145)
0 Favorites   0 Comments

Color spaces of #bed391

RGB 190211145
HSL0.220.430.70
HSV79°31°83°
CMYK 0.100.000.31   0.17
XYZ49.640359.580035.6718
Yxy59.58000.34260.4112
Hunter Lab77.1881-20.284326.6313
CIE-Lab81.6094-18.072930.4172

#bed391 color RGB value is (190,211,145).

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

The process color (four color CMYK) of #bed391 color hex is 0.10, 0.00, 0.31, 0.17. Web safe color of #bed391 is #cccc99. Color #bed391 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 10010001
Octal 276 323 221
Decimal 190 211 145
Hex BE D3 91

RGB Percentages of Color #bed391

%34.80
%38.64
%26.56

CMYK Percentages of Color #bed391

%10
%0
%31
%17

Triadic Colors of #bed391

#bed391 #91bed3 #d391be

Analogous Colors of #bed391

#bed391 #9dd391 #d3c791

Monochromatic Colors of #bed391

#bed391

Complementary Color

#bed391 #a691d3

#bed391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed391 Color CSS Codes

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

#bed391 Text Font Color

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

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


#bed391 Background Color

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

This div background color is #bed391


#bed391 Border Color

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

This div border color is #bed391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed391


Comments

No comments written yet.

Please login to write comment.