Color Hex Logo

#bed18a Color Hex

#BED18A
(190,209,138)
0 Favorites   0 Comments

Color spaces of #bed18a

RGB 190209138
HSL0.210.440.68
HSV76°34°82°
CMYK 0.090.000.34   0.18
XYZ48.623158.383132.7511
Yxy58.38310.34790.4177
Hunter Lab76.4088-20.126228.0727
CIE-Lab80.9513-18.005933.1532

#bed18a color RGB value is (190,209,138).

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

The process color (four color CMYK) of #bed18a color hex is 0.09, 0.00, 0.34, 0.18. Web safe color of #bed18a is #cccc99. Color #bed18a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 10001010
Octal 276 321 212
Decimal 190 209 138
Hex BE D1 8A

RGB Percentages of Color #bed18a

%35.38
%38.92
%25.70

CMYK Percentages of Color #bed18a

%9
%0
%34
%18

Triadic Colors of #bed18a

#bed18a #8abed1 #d18abe

Analogous Colors of #bed18a

#bed18a #9bd18a #d1c18a

Monochromatic Colors of #bed18a

#bed18a

Complementary Color

#bed18a #9d8ad1

#bed18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed18a Color CSS Codes

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

#bed18a Text Font Color

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

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


#bed18a Background Color

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

This div background color is #bed18a


#bed18a Border Color

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

This div border color is #bed18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed18a


Comments

No comments written yet.

Please login to write comment.