Color Hex Logo

#bed26f Color Hex

#BED26F
(190,210,111)
0 Favorites   0 Comments

Color spaces of #bed26f

RGB 190210111
HSL0.200.520.63
HSV72°47°82°
CMYK 0.100.000.47   0.18
XYZ47.151058.188023.7852
Yxy58.18800.36520.4506
Hunter Lab76.2811-23.157134.9095
CIE-Lab80.8432-21.616946.5195

#bed26f color RGB value is (190,210,111).

#bed26f hex color red value is 190, green value is 210 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bed26f hue: 0.20 , saturation: 0.52 and the lightness value of bed26f is 0.63.

The process color (four color CMYK) of #bed26f color hex is 0.10, 0.00, 0.47, 0.18. Web safe color of #bed26f is #cccc66. Color #bed26f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 01101111
Octal 276 322 157
Decimal 190 210 111
Hex BE D2 6F

RGB Percentages of Color #bed26f

%37.18
%41.10
%21.72

CMYK Percentages of Color #bed26f

%10
%0
%47
%18

Triadic Colors of #bed26f

#bed26f #6fbed2 #d26fbe

Analogous Colors of #bed26f

#bed26f #8dd26f #d2b56f

Monochromatic Colors of #bed26f

#bed26f

Complementary Color

#bed26f #836fd2

#bed26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed26f Color CSS Codes

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

#bed26f Text Font Color

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

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


#bed26f Background Color

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

This div background color is #bed26f


#bed26f Border Color

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

This div border color is #bed26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed26f


Comments

No comments written yet.

Please login to write comment.