Color Hex Logo

#bed78a Color Hex

#BED78A
(190,215,138)
0 Favorites   0 Comments

Color spaces of #bed78a

RGB 190215138
HSL0.220.490.69
HSV79°36°84°
CMYK 0.120.000.36   0.16
XYZ50.123161.383033.2511
Yxy61.38300.34630.4240
Hunter Lab78.3473-22.911529.6801
CIE-Lab82.5842-20.973735.2900

#bed78a color RGB value is (190,215,138).

#bed78a hex color red value is 190, green value is 215 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bed78a hue: 0.22 , saturation: 0.49 and the lightness value of bed78a is 0.69.

The process color (four color CMYK) of #bed78a color hex is 0.12, 0.00, 0.36, 0.16. Web safe color of #bed78a is #cccc99. Color #bed78a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 10001010
Octal 276 327 212
Decimal 190 215 138
Hex BE D7 8A

RGB Percentages of Color #bed78a

%34.99
%39.59
%25.41

CMYK Percentages of Color #bed78a

%12
%0
%36
%16

Triadic Colors of #bed78a

#bed78a #8abed7 #d78abe

Analogous Colors of #bed78a

#bed78a #98d78a #d7ca8a

Monochromatic Colors of #bed78a

#bed78a

Complementary Color

#bed78a #a38ad7

#bed78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed78a Color CSS Codes

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

#bed78a Text Font Color

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

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


#bed78a Background Color

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

This div background color is #bed78a


#bed78a Border Color

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

This div border color is #bed78a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,215,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 #bed78a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed78a


Comments

No comments written yet.

Please login to write comment.