Color Hex Logo

#bed28c Color Hex

#BED28C
(190,210,140)
0 Favorites   0 Comments

Color spaces of #bed28c

RGB 190210140
HSL0.210.440.69
HSV77°33°82°
CMYK 0.100.000.33   0.18
XYZ49.015458.933833.6029
Yxy58.93380.34630.4163
Hunter Lab76.7684-20.375127.7855
CIE-Lab81.2552-18.243132.5253

#bed28c color RGB value is (190,210,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 10001100
Octal 276 322 214
Decimal 190 210 140
Hex BE D2 8C

RGB Percentages of Color #bed28c

%35.19
%38.89
%25.93

CMYK Percentages of Color #bed28c

%10
%0
%33
%18

Triadic Colors of #bed28c

#bed28c #8cbed2 #d28cbe

Analogous Colors of #bed28c

#bed28c #9bd28c #d2c38c

Monochromatic Colors of #bed28c

#bed28c

Complementary Color

#bed28c #a08cd2

#bed28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed28c Color CSS Codes

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

#bed28c Text Font Color

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

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


#bed28c Background Color

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

This div background color is #bed28c


#bed28c Border Color

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

This div border color is #bed28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed28c


Comments

No comments written yet.

Please login to write comment.