Color Hex Logo

#bed736 Color Hex

#BED736
(190,215,54)
0 Favorites   0 Comments

Color spaces of #bed736

RGB 19021554
HSL0.190.670.53
HSV69°75°84°
CMYK 0.120.000.75   0.16
XYZ46.201559.814412.6003
Yxy59.81440.38950.5043
Hunter Lab77.3398-28.711644.4782
CIE-Lab81.7372-28.145371.0501

#bed736 color RGB value is (190,215,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 00110110
Octal 276 327 66
Decimal 190 215 54
Hex BE D7 36

RGB Percentages of Color #bed736

%41.39
%46.84
%11.76

CMYK Percentages of Color #bed736

%12
%0
%75
%16

Triadic Colors of #bed736

#bed736 #36bed7 #d736be

Analogous Colors of #bed736

#bed736 #6ed736 #d7a036

Monochromatic Colors of #bed736

#bed736

Complementary Color

#bed736 #4f36d7

#bed736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed736 Color CSS Codes

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

#bed736 Text Font Color

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

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


#bed736 Background Color

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

This div background color is #bed736


#bed736 Border Color

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

This div border color is #bed736


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed736


Comments

No comments written yet.

Please login to write comment.