Color Hex Logo

#bed731 Color Hex

#BED731
(190,215,49)
0 Favorites   0 Comments

Color spaces of #bed731

RGB 19021549
HSL0.190.670.52
HSV69°77°84°
CMYK 0.120.000.77   0.16
XYZ46.090059.769812.0133
Yxy59.76980.39100.5071
Hunter Lab77.3109-28.878844.9046
CIE-Lab81.7129-28.357172.5458

#bed731 color RGB value is (190,215,49).

#bed731 hex color red value is 190, green value is 215 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bed731 hue: 0.19 , saturation: 0.67 and the lightness value of bed731 is 0.52.

The process color (four color CMYK) of #bed731 color hex is 0.12, 0.00, 0.77, 0.16. Web safe color of #bed731 is #cccc33. Color #bed731 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 00110001
Octal 276 327 61
Decimal 190 215 49
Hex BE D7 31

RGB Percentages of Color #bed731

%41.85
%47.36
%10.79

CMYK Percentages of Color #bed731

%12
%0
%77
%16

Triadic Colors of #bed731

#bed731 #31bed7 #d731be

Analogous Colors of #bed731

#bed731 #6bd731 #d79d31

Monochromatic Colors of #bed731

#bed731

Complementary Color

#bed731 #4a31d7

#bed731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed731 Color CSS Codes

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

#bed731 Text Font Color

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

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


#bed731 Background Color

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

This div background color is #bed731


#bed731 Border Color

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

This div border color is #bed731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed731


Comments

No comments written yet.

Please login to write comment.