Color Hex Logo

#bed878 Color Hex

#BED878
(190,216,120)
0 Favorites   0 Comments

Color spaces of #bed878

RGB 190216120
HSL0.210.550.66
HSV76°44°85°
CMYK 0.120.000.44   0.15
XYZ49.181261.414927.0314
Yxy61.41490.35740.4462
Hunter Lab78.3677-25.122134.4064
CIE-Lab82.6013-23.593644.3029

#bed878 color RGB value is (190,216,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 01111000
Octal 276 330 170
Decimal 190 216 120
Hex BE D8 78

RGB Percentages of Color #bed878

%36.12
%41.06
%22.81

CMYK Percentages of Color #bed878

%12
%0
%44
%15

Triadic Colors of #bed878

#bed878 #78bed8 #d878be

Analogous Colors of #bed878

#bed878 #8ed878 #d8c278

Monochromatic Colors of #bed878

#bed878

Complementary Color

#bed878 #9278d8

#bed878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed878 Color CSS Codes

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

#bed878 Text Font Color

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

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


#bed878 Background Color

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

This div background color is #bed878


#bed878 Border Color

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

This div border color is #bed878


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,216,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 #bed878">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed878


Comments

No comments written yet.

Please login to write comment.