Color Hex Logo

#bed25f Color Hex

#BED25F
(190,210,95)
0 Favorites   0 Comments

Color spaces of #bed25f

RGB 19021095
HSL0.200.560.60
HSV70°55°82°
CMYK 0.100.000.55   0.18
XYZ46.347457.866619.5531
Yxy57.86660.37450.4675
Hunter Lab76.0701-24.367638.0091
CIE-Lab80.6646-23.108553.8268

#bed25f color RGB value is (190,210,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 01011111
Octal 276 322 137
Decimal 190 210 95
Hex BE D2 5F

RGB Percentages of Color #bed25f

%38.38
%42.42
%19.19

CMYK Percentages of Color #bed25f

%10
%0
%55
%18

Triadic Colors of #bed25f

#bed25f #5fbed2 #d25fbe

Analogous Colors of #bed25f

#bed25f #85d25f #d2ad5f

Monochromatic Colors of #bed25f

#bed25f

Complementary Color

#bed25f #735fd2

#bed25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed25f Color CSS Codes

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

#bed25f Text Font Color

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

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


#bed25f Background Color

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

This div background color is #bed25f


#bed25f Border Color

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

This div border color is #bed25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed25f


Comments

No comments written yet.

Please login to write comment.