Color Hex Logo

#bed773 Color Hex

#BED773
(190,215,115)
0 Favorites   0 Comments

Color spaces of #bed773

RGB 190215115
HSL0.210.560.65
HSV75°47°84°
CMYK 0.120.000.47   0.16
XYZ48.630260.785825.3894
Yxy60.78580.36070.4509
Hunter Lab77.9652-25.101235.2679
CIE-Lab82.2635-23.642246.3190

#bed773 color RGB value is (190,215,115).

#bed773 hex color red value is 190, green value is 215 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bed773 hue: 0.21 , saturation: 0.56 and the lightness value of bed773 is 0.65.

The process color (four color CMYK) of #bed773 color hex is 0.12, 0.00, 0.47, 0.16. Web safe color of #bed773 is #cccc66. Color #bed773 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 01110011
Octal 276 327 163
Decimal 190 215 115
Hex BE D7 73

RGB Percentages of Color #bed773

%36.54
%41.35
%22.12

CMYK Percentages of Color #bed773

%12
%0
%47
%16

Triadic Colors of #bed773

#bed773 #73bed7 #d773be

Analogous Colors of #bed773

#bed773 #8cd773 #d7be73

Monochromatic Colors of #bed773

#bed773

Complementary Color

#bed773 #8c73d7

#bed773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed773 Color CSS Codes

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

#bed773 Text Font Color

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

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


#bed773 Background Color

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

This div background color is #bed773


#bed773 Border Color

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

This div border color is #bed773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed773


Comments

No comments written yet.

Please login to write comment.