Color Hex Logo

#bed880 Color Hex

#BED880
(190,216,128)
0 Favorites   0 Comments

Color spaces of #bed880

RGB 190216128
HSL0.220.530.67
HSV78°41°85°
CMYK 0.120.000.41   0.15
XYZ49.687461.617429.6966
Yxy61.61740.35240.4370
Hunter Lab78.4968-24.381232.5174
CIE-Lab82.7095-22.687840.4872

#bed880 color RGB value is (190,216,128).

#bed880 hex color red value is 190, green value is 216 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bed880 hue: 0.22 , saturation: 0.53 and the lightness value of bed880 is 0.67.

The process color (four color CMYK) of #bed880 color hex is 0.12, 0.00, 0.41, 0.15. Web safe color of #bed880 is #cccc99. Color #bed880 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 10000000
Octal 276 330 200
Decimal 190 216 128
Hex BE D8 80

RGB Percentages of Color #bed880

%35.58
%40.45
%23.97

CMYK Percentages of Color #bed880

%12
%0
%41
%15

Triadic Colors of #bed880

#bed880 #80bed8 #d880be

Analogous Colors of #bed880

#bed880 #92d880 #d8c680

Monochromatic Colors of #bed880

#bed880

Complementary Color

#bed880 #9a80d8

#bed880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed880 Color CSS Codes

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

#bed880 Text Font Color

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

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


#bed880 Background Color

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

This div background color is #bed880


#bed880 Border Color

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

This div border color is #bed880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed880


Comments

No comments written yet.

Please login to write comment.