Color Hex Logo

#bed779 Color Hex

#BED779
(190,215,121)
0 Favorites   0 Comments

Color spaces of #bed779

RGB 190215121
HSL0.210.540.66
HSV76°44°84°
CMYK 0.120.000.44   0.16
XYZ48.986860.928527.2677
Yxy60.92850.35710.4441
Hunter Lab78.0567-24.576333.9278
CIE-Lab82.3403-22.998343.4877

#bed779 color RGB value is (190,215,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 01111001
Octal 276 327 171
Decimal 190 215 121
Hex BE D7 79

RGB Percentages of Color #bed779

%36.12
%40.87
%23.00

CMYK Percentages of Color #bed779

%12
%0
%44
%16

Triadic Colors of #bed779

#bed779 #79bed7 #d779be

Analogous Colors of #bed779

#bed779 #8fd779 #d7c179

Monochromatic Colors of #bed779

#bed779

Complementary Color

#bed779 #9279d7

#bed779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed779 Color CSS Codes

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

#bed779 Text Font Color

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

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


#bed779 Background Color

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

This div background color is #bed779


#bed779 Border Color

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

This div border color is #bed779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed779


Comments

No comments written yet.

Please login to write comment.