Color Hex Logo

#bed657 Color Hex

#BED657
(190,214,87)
0 Favorites   0 Comments

Color spaces of #bed657

RGB 19021487
HSL0.200.610.59
HSV71°59°84°
CMYK 0.110.000.59   0.16
XYZ47.002159.728418.0683
Yxy59.72840.37660.4786
Hunter Lab77.2842-26.688540.2375
CIE-Lab81.6903-25.685558.5271

#bed657 color RGB value is (190,214,87).

#bed657 hex color red value is 190, green value is 214 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bed657 hue: 0.20 , saturation: 0.61 and the lightness value of bed657 is 0.59.

The process color (four color CMYK) of #bed657 color hex is 0.11, 0.00, 0.59, 0.16. Web safe color of #bed657 is #cccc66. Color #bed657 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 01010111
Octal 276 326 127
Decimal 190 214 87
Hex BE D6 57

RGB Percentages of Color #bed657

%38.70
%43.58
%17.72

CMYK Percentages of Color #bed657

%11
%0
%59
%16

Triadic Colors of #bed657

#bed657 #57bed6 #d657be

Analogous Colors of #bed657

#bed657 #7fd657 #d6af57

Monochromatic Colors of #bed657

#bed657

Complementary Color

#bed657 #6f57d6

#bed657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed657 Color CSS Codes

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

#bed657 Text Font Color

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

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


#bed657 Background Color

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

This div background color is #bed657


#bed657 Border Color

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

This div border color is #bed657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed657


Comments

No comments written yet.

Please login to write comment.