Color Hex Logo

#bed58f Color Hex

#BED58F
(190,213,143)
0 Favorites   0 Comments

Color spaces of #bed58f

RGB 190213143
HSL0.220.450.70
HSV80°33°84°
CMYK 0.110.000.33   0.16
XYZ49.987460.518835.0333
Yxy60.51880.34350.4158
Hunter Lab77.7938-21.441827.7553
CIE-Lab82.1194-19.334932.1241

#bed58f color RGB value is (190,213,143).

#bed58f hex color red value is 190, green value is 213 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bed58f hue: 0.22 , saturation: 0.45 and the lightness value of bed58f is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010101 10001111
Octal 276 325 217
Decimal 190 213 143
Hex BE D5 8F

RGB Percentages of Color #bed58f

%34.80
%39.01
%26.19

CMYK Percentages of Color #bed58f

%11
%0
%33
%16

Triadic Colors of #bed58f

#bed58f #8fbed5 #d58fbe

Analogous Colors of #bed58f

#bed58f #9bd58f #d5c98f

Monochromatic Colors of #bed58f

#bed58f

Complementary Color

#bed58f #a68fd5

#bed58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed58f Color CSS Codes

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

#bed58f Text Font Color

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

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


#bed58f Background Color

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

This div background color is #bed58f


#bed58f Border Color

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

This div border color is #bed58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed58f


Comments

No comments written yet.

Please login to write comment.