Color Hex Logo

#bedd96 Color Hex

#BEDD96
(190,221,150)
0 Favorites   0 Comments

Color spaces of #bedd96

RGB 190221150
HSL0.240.510.73
HSV86°32°87°
CMYK 0.140.000.32   0.13
XYZ52.596764.862138.6017
Yxy64.86210.33700.4156
Hunter Lab80.5370-24.365927.9580
CIE-Lab84.4126-22.316031.5745

#bedd96 color RGB value is (190,221,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10010110
Octal 276 335 226
Decimal 190 221 150
Hex BE DD 96

RGB Percentages of Color #bedd96

%33.87
%39.39
%26.74

CMYK Percentages of Color #bedd96

%14
%0
%32
%13

Triadic Colors of #bedd96

#bedd96 #96bedd #dd96be

Analogous Colors of #bedd96

#bedd96 #9bdd96 #ddd996

Monochromatic Colors of #bedd96

#bedd96

Complementary Color

#bedd96 #b596dd

#bedd96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd96 Color CSS Codes

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

#bedd96 Text Font Color

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

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


#bedd96 Background Color

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

This div background color is #bedd96


#bedd96 Border Color

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

This div border color is #bedd96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd96


Comments

No comments written yet.

Please login to write comment.