Color Hex Logo

#bed69d Color Hex

#BED69D
(190,214,157)
0 Favorites   0 Comments

Color spaces of #bed69d

RGB 190214157
HSL0.240.410.73
HSV85°27°84°
CMYK 0.110.000.27   0.16
XYZ51.367661.474641.0567
Yxy61.47460.33380.3994
Hunter Lab78.4057-20.265623.8372
CIE-Lab82.6332-17.868925.5672

#bed69d color RGB value is (190,214,157).

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

The process color (four color CMYK) of #bed69d color hex is 0.11, 0.00, 0.27, 0.16. Web safe color of #bed69d is #cccc99. Color #bed69d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 10011101
Octal 276 326 235
Decimal 190 214 157
Hex BE D6 9D

RGB Percentages of Color #bed69d

%33.87
%38.15
%27.99

CMYK Percentages of Color #bed69d

%11
%0
%27
%16

Triadic Colors of #bed69d

#bed69d #9dbed6 #d69dbe

Analogous Colors of #bed69d

#bed69d #a2d69d #d6d29d

Monochromatic Colors of #bed69d

#bed69d

Complementary Color

#bed69d #b59dd6

#bed69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed69d Color CSS Codes

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

#bed69d Text Font Color

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

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


#bed69d Background Color

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

This div background color is #bed69d


#bed69d Border Color

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

This div border color is #bed69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed69d


Comments

No comments written yet.

Please login to write comment.