Color Hex Logo

#bed778 Color Hex

#BED778
(190,215,120)
0 Favorites   0 Comments

Color spaces of #bed778

RGB 190215120
HSL0.210.540.66
HSV76°44°84°
CMYK 0.120.000.44   0.16
XYZ48.925860.904126.9463
Yxy60.90410.35770.4453
Hunter Lab78.0411-24.666034.1569
CIE-Lab82.3272-23.108143.9623

#bed778 color RGB value is (190,215,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 01111000
Octal 276 327 170
Decimal 190 215 120
Hex BE D7 78

RGB Percentages of Color #bed778

%36.19
%40.95
%22.86

CMYK Percentages of Color #bed778

%12
%0
%44
%16

Triadic Colors of #bed778

#bed778 #78bed7 #d778be

Analogous Colors of #bed778

#bed778 #8fd778 #d7c178

Monochromatic Colors of #bed778

#bed778

Complementary Color

#bed778 #9178d7

#bed778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed778 Color CSS Codes

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

#bed778 Text Font Color

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

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


#bed778 Background Color

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

This div background color is #bed778


#bed778 Border Color

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

This div border color is #bed778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed778


Comments

No comments written yet.

Please login to write comment.