Color Hex Logo

#bed13d Color Hex

#BED13D
(190,209,61)
0 Favorites   0 Comments

Color spaces of #bed13d

RGB 19020961
HSL0.190.620.53
HSV68°71°82°
CMYK 0.090.000.71   0.18
XYZ44.878056.885013.0295
Yxy56.88500.39090.4955
Hunter Lab75.4221-25.776942.5529
CIE-Lab80.1149-24.942867.1587

#bed13d color RGB value is (190,209,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 00111101
Octal 276 321 75
Decimal 190 209 61
Hex BE D1 3D

RGB Percentages of Color #bed13d

%41.30
%45.43
%13.26

CMYK Percentages of Color #bed13d

%9
%0
%71
%18

Triadic Colors of #bed13d

#bed13d #3dbed1 #d13dbe

Analogous Colors of #bed13d

#bed13d #74d13d #d19a3d

Monochromatic Colors of #bed13d

#bed13d

Complementary Color

#bed13d #503dd1

#bed13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed13d Color CSS Codes

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

#bed13d Text Font Color

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

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


#bed13d Background Color

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

This div background color is #bed13d


#bed13d Border Color

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

This div border color is #bed13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed13d


Comments

No comments written yet.

Please login to write comment.