Color Hex Logo

#bed772 Color Hex

#BED772
(190,215,114)
0 Favorites   0 Comments

Color spaces of #bed772

RGB 190215114
HSL0.210.560.65
HSV75°47°84°
CMYK 0.120.000.47   0.16
XYZ48.572960.762925.0879
Yxy60.76290.36130.4520
Hunter Lab77.9506-25.185835.4833
CIE-Lab82.2511-23.746146.7869

#bed772 color RGB value is (190,215,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 01110010
Octal 276 327 162
Decimal 190 215 114
Hex BE D7 72

RGB Percentages of Color #bed772

%36.61
%41.43
%21.97

CMYK Percentages of Color #bed772

%12
%0
%47
%16

Triadic Colors of #bed772

#bed772 #72bed7 #d772be

Analogous Colors of #bed772

#bed772 #8cd772 #d7be72

Monochromatic Colors of #bed772

#bed772

Complementary Color

#bed772 #8b72d7

#bed772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed772 Color CSS Codes

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

#bed772 Text Font Color

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

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


#bed772 Background Color

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

This div background color is #bed772


#bed772 Border Color

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

This div border color is #bed772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed772


Comments

No comments written yet.

Please login to write comment.