Color Hex Logo

#bed13f Color Hex

#BED13F
(190,209,63)
0 Favorites   0 Comments

Color spaces of #bed13f

RGB 19020963
HSL0.190.610.53
HSV68°70°82°
CMYK 0.090.000.70   0.18
XYZ44.932956.907013.3186
Yxy56.90700.39020.4942
Hunter Lab75.4367-25.693142.3379
CIE-Lab80.1273-24.837566.4564

#bed13f color RGB value is (190,209,63).

#bed13f hex color red value is 190, green value is 209 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bed13f hue: 0.19 , saturation: 0.61 and the lightness value of bed13f is 0.53.

The process color (four color CMYK) of #bed13f color hex is 0.09, 0.00, 0.70, 0.18. Web safe color of #bed13f is #cccc33. Color #bed13f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 00111111
Octal 276 321 77
Decimal 190 209 63
Hex BE D1 3F

RGB Percentages of Color #bed13f

%41.13
%45.24
%13.64

CMYK Percentages of Color #bed13f

%9
%0
%70
%18

Triadic Colors of #bed13f

#bed13f #3fbed1 #d13fbe

Analogous Colors of #bed13f

#bed13f #75d13f #d19b3f

Monochromatic Colors of #bed13f

#bed13f

Complementary Color

#bed13f #523fd1

#bed13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed13f Color CSS Codes

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

#bed13f Text Font Color

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

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


#bed13f Background Color

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

This div background color is #bed13f


#bed13f Border Color

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

This div border color is #bed13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed13f


Comments

No comments written yet.

Please login to write comment.