Color Hex Logo

#bedd86 Color Hex

#BEDD86
(190,221,134)
1 Favorites   0 Comments

Color spaces of #bedd86

RGB 190221134
HSL0.230.560.70
HSV81°39°87°
CMYK 0.140.000.39   0.13
XYZ51.394764.381332.2723
Yxy64.38130.34710.4349
Hunter Lab80.2380-26.082132.3197
CIE-Lab84.1639-24.395139.3484

#bedd86 color RGB value is (190,221,134).

#bedd86 hex color red value is 190, green value is 221 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bedd86 hue: 0.23 , saturation: 0.56 and the lightness value of bedd86 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10000110
Octal 276 335 206
Decimal 190 221 134
Hex BE DD 86

RGB Percentages of Color #bedd86

%34.86
%40.55
%24.59

CMYK Percentages of Color #bedd86

%14
%0
%39
%13

Triadic Colors of #bedd86

#bedd86 #86bedd #dd86be

Analogous Colors of #bedd86

#bedd86 #93dd86 #ddd186

Monochromatic Colors of #bedd86

#bedd86

Complementary Color

#bedd86 #a586dd

#bedd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedd86 Color CSS Codes

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

#bedd86 Text Font Color

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

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


#bedd86 Background Color

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

This div background color is #bedd86


#bedd86 Border Color

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

This div border color is #bedd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedd86


Comments

No comments written yet.

Please login to write comment.