Color Hex Logo

#bed65f Color Hex

#BED65F
(190,214,95)
0 Favorites   0 Comments

Color spaces of #bed65f

RGB 19021495
HSL0.200.590.61
HSV72°56°84°
CMYK 0.110.000.56   0.16
XYZ47.347359.866519.8864
Yxy59.86650.37250.4710
Hunter Lab77.3734-26.173638.9228
CIE-Lab81.7656-25.044155.0876

#bed65f color RGB value is (190,214,95).

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

The process color (four color CMYK) of #bed65f color hex is 0.11, 0.00, 0.56, 0.16. Web safe color of #bed65f is #cccc66. Color #bed65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 01011111
Octal 276 326 137
Decimal 190 214 95
Hex BE D6 5F

RGB Percentages of Color #bed65f

%38.08
%42.89
%19.04

CMYK Percentages of Color #bed65f

%11
%0
%56
%16

Triadic Colors of #bed65f

#bed65f #5fbed6 #d65fbe

Analogous Colors of #bed65f

#bed65f #83d65f #d6b35f

Monochromatic Colors of #bed65f

#bed65f

Complementary Color

#bed65f #775fd6

#bed65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed65f Color CSS Codes

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

#bed65f Text Font Color

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

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


#bed65f Background Color

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

This div background color is #bed65f


#bed65f Border Color

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

This div border color is #bed65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed65f


Comments

No comments written yet.

Please login to write comment.