Color Hex Logo

#bedc96 Color Hex

#BEDC96
(190,220,150)
0 Favorites   0 Comments

Color spaces of #bedc96

RGB 190220150
HSL0.240.500.73
HSV86°32°86°
CMYK 0.140.000.32   0.14
XYZ52.333464.335638.5139
Yxy64.33560.33720.4146
Hunter Lab80.2095-23.902627.6776
CIE-Lab84.1402-21.827931.2122

#bedc96 color RGB value is (190,220,150).

#bedc96 hex color red value is 190, green value is 220 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bedc96 hue: 0.24 , saturation: 0.50 and the lightness value of bedc96 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 10010110
Octal 276 334 226
Decimal 190 220 150
Hex BE DC 96

RGB Percentages of Color #bedc96

%33.93
%39.29
%26.79

CMYK Percentages of Color #bedc96

%14
%0
%32
%14

Triadic Colors of #bedc96

#bedc96 #96bedc #dc96be

Analogous Colors of #bedc96

#bedc96 #9bdc96 #dcd796

Monochromatic Colors of #bedc96

#bedc96

Complementary Color

#bedc96 #b496dc

#bedc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedc96 Color CSS Codes

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

#bedc96 Text Font Color

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

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


#bedc96 Background Color

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

This div background color is #bedc96


#bedc96 Border Color

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

This div border color is #bedc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedc96


Comments

No comments written yet.

Please login to write comment.