Color Hex Logo

#bed891 Color Hex

#BED891
(190,216,145)
0 Favorites   0 Comments

Color spaces of #bed891

RGB 190216145
HSL0.230.480.71
HSV82°33°85°
CMYK 0.120.000.33   0.15
XYZ50.901962.103236.0924
Yxy62.10320.34140.4165
Hunter Lab78.8056-22.613528.0095
CIE-Lab82.9683-20.547632.2204

#bed891 color RGB value is (190,216,145).

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

The process color (four color CMYK) of #bed891 color hex is 0.12, 0.00, 0.33, 0.15. Web safe color of #bed891 is #cccc99. Color #bed891 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 10010001
Octal 276 330 221
Decimal 190 216 145
Hex BE D8 91

RGB Percentages of Color #bed891

%34.48
%39.20
%26.32

CMYK Percentages of Color #bed891

%12
%0
%33
%15

Triadic Colors of #bed891

#bed891 #91bed8 #d891be

Analogous Colors of #bed891

#bed891 #9bd891 #d8cf91

Monochromatic Colors of #bed891

#bed891

Complementary Color

#bed891 #ab91d8

#bed891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed891 Color CSS Codes

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

#bed891 Text Font Color

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

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


#bed891 Background Color

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

This div background color is #bed891


#bed891 Border Color

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

This div border color is #bed891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed891


Comments

No comments written yet.

Please login to write comment.