Color Hex Logo

#bed858 Color Hex

#BED858
(190,216,88)
0 Favorites   0 Comments

Color spaces of #bed858

RGB 19021688
HSL0.200.620.60
HSV72°59°85°
CMYK 0.120.000.59   0.15
XYZ47.552560.763518.4548
Yxy60.76350.37510.4793
Hunter Lab77.9509-27.523640.5288
CIE-Lab82.2514-26.566658.7163

#bed858 color RGB value is (190,216,88).

#bed858 hex color red value is 190, green value is 216 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bed858 hue: 0.20 , saturation: 0.62 and the lightness value of bed858 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 01011000
Octal 276 330 130
Decimal 190 216 88
Hex BE D8 58

RGB Percentages of Color #bed858

%38.46
%43.72
%17.81

CMYK Percentages of Color #bed858

%12
%0
%59
%15

Triadic Colors of #bed858

#bed858 #58bed8 #d858be

Analogous Colors of #bed858

#bed858 #7ed858 #d8b258

Monochromatic Colors of #bed858

#bed858

Complementary Color

#bed858 #7258d8

#bed858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed858 Color CSS Codes

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

#bed858 Text Font Color

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

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


#bed858 Background Color

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

This div background color is #bed858


#bed858 Border Color

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

This div border color is #bed858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed858


Comments

No comments written yet.

Please login to write comment.