Color Hex Logo

#bed28d Color Hex

#BED28D
(190,210,141)
0 Favorites   0 Comments

Color spaces of #bed28d

RGB 190210141
HSL0.210.430.69
HSV77°33°82°
CMYK 0.100.000.33   0.18
XYZ49.089558.963433.9931
Yxy58.96340.34560.4151
Hunter Lab76.7876-20.265227.5043
CIE-Lab81.2715-18.111332.0322

#bed28d color RGB value is (190,210,141).

#bed28d hex color red value is 190, green value is 210 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bed28d hue: 0.21 , saturation: 0.43 and the lightness value of bed28d is 0.69.

The process color (four color CMYK) of #bed28d color hex is 0.10, 0.00, 0.33, 0.18. Web safe color of #bed28d is #cccc99. Color #bed28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 10001101
Octal 276 322 215
Decimal 190 210 141
Hex BE D2 8D

RGB Percentages of Color #bed28d

%35.12
%38.82
%26.06

CMYK Percentages of Color #bed28d

%10
%0
%33
%18

Triadic Colors of #bed28d

#bed28d #8dbed2 #d28dbe

Analogous Colors of #bed28d

#bed28d #9cd28d #d2c48d

Monochromatic Colors of #bed28d

#bed28d

Complementary Color

#bed28d #a18dd2

#bed28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed28d Color CSS Codes

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

#bed28d Text Font Color

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

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


#bed28d Background Color

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

This div background color is #bed28d


#bed28d Border Color

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

This div border color is #bed28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed28d


Comments

No comments written yet.

Please login to write comment.