Color Hex Logo

#bed17f Color Hex

#BED17F
(190,209,127)
0 Favorites   0 Comments

Color spaces of #bed17f

RGB 190209127
HSL0.210.470.66
HSV74°39°82°
CMYK 0.090.000.39   0.18
XYZ47.866458.080428.7665
Yxy58.08040.35530.4311
Hunter Lab76.2105-21.255830.9677
CIE-Lab80.7835-19.367738.5349

#bed17f color RGB value is (190,209,127).

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

The process color (four color CMYK) of #bed17f color hex is 0.09, 0.00, 0.39, 0.18. Web safe color of #bed17f is #cccc66. Color #bed17f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 01111111
Octal 276 321 177
Decimal 190 209 127
Hex BE D1 7F

RGB Percentages of Color #bed17f

%36.12
%39.73
%24.14

CMYK Percentages of Color #bed17f

%9
%0
%39
%18

Triadic Colors of #bed17f

#bed17f #7fbed1 #d17fbe

Analogous Colors of #bed17f

#bed17f #95d17f #d1bb7f

Monochromatic Colors of #bed17f

#bed17f

Complementary Color

#bed17f #927fd1

#bed17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed17f Color CSS Codes

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

#bed17f Text Font Color

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

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


#bed17f Background Color

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

This div background color is #bed17f


#bed17f Border Color

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

This div border color is #bed17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed17f


Comments

No comments written yet.

Please login to write comment.