Color Hex Logo

#bed993 Color Hex

#BED993
(190,217,147)
0 Favorites   0 Comments

Color spaces of #bed993

RGB 190217147
HSL0.230.480.71
HSV83°32°85°
CMYK 0.120.000.32   0.15
XYZ51.314562.679436.9975
Yxy62.67940.33990.4151
Hunter Lab79.1703-22.852727.7121
CIE-Lab83.2734-20.768831.5990

#bed993 color RGB value is (190,217,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 10010011
Octal 276 331 223
Decimal 190 217 147
Hex BE D9 93

RGB Percentages of Color #bed993

%34.30
%39.17
%26.53

CMYK Percentages of Color #bed993

%12
%0
%32
%15

Triadic Colors of #bed993

#bed993 #93bed9 #d993be

Analogous Colors of #bed993

#bed993 #9bd993 #d9d193

Monochromatic Colors of #bed993

#bed993

Complementary Color

#bed993 #ae93d9

#bed993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed993 Color CSS Codes

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

#bed993 Text Font Color

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

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


#bed993 Background Color

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

This div background color is #bed993


#bed993 Border Color

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

This div border color is #bed993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed993


Comments

No comments written yet.

Please login to write comment.