Color Hex Logo

#bed771 Color Hex

#BED771
(190,215,113)
0 Favorites   0 Comments

Color spaces of #bed771

RGB 190215113
HSL0.210.560.64
HSV75°47°84°
CMYK 0.120.000.47   0.16
XYZ48.516360.740324.7898
Yxy60.74030.36190.4531
Hunter Lab77.9361-25.269335.6964
CIE-Lab82.2389-23.848947.2535

#bed771 color RGB value is (190,215,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 01110001
Octal 276 327 161
Decimal 190 215 113
Hex BE D7 71

RGB Percentages of Color #bed771

%36.68
%41.51
%21.81

CMYK Percentages of Color #bed771

%12
%0
%47
%16

Triadic Colors of #bed771

#bed771 #71bed7 #d771be

Analogous Colors of #bed771

#bed771 #8bd771 #d7bd71

Monochromatic Colors of #bed771

#bed771

Complementary Color

#bed771 #8a71d7

#bed771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed771 Color CSS Codes

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

#bed771 Text Font Color

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

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


#bed771 Background Color

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

This div background color is #bed771


#bed771 Border Color

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

This div border color is #bed771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed771


Comments

No comments written yet.

Please login to write comment.