Color Hex Logo

#bed888 Color Hex

#BED888
(190,216,136)
0 Favorites   0 Comments

Color spaces of #bed888

RGB 190216136
HSL0.220.510.69
HSV80°37°85°
CMYK 0.120.000.37   0.15
XYZ50.235061.836532.5805
Yxy61.83650.34730.4275
Hunter Lab78.6362-23.582530.4803
CIE-Lab82.8264-21.717236.6192

#bed888 color RGB value is (190,216,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 10001000
Octal 276 330 210
Decimal 190 216 136
Hex BE D8 88

RGB Percentages of Color #bed888

%35.06
%39.85
%25.09

CMYK Percentages of Color #bed888

%12
%0
%37
%15

Triadic Colors of #bed888

#bed888 #88bed8 #d888be

Analogous Colors of #bed888

#bed888 #96d888 #d8ca88

Monochromatic Colors of #bed888

#bed888

Complementary Color

#bed888 #a288d8

#bed888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed888 Color CSS Codes

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

#bed888 Text Font Color

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

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


#bed888 Background Color

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

This div background color is #bed888


#bed888 Border Color

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

This div border color is #bed888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed888


Comments

No comments written yet.

Please login to write comment.