Color Hex Logo

#bed685 Color Hex

#BED685
(190,214,133)
0 Favorites   0 Comments

Color spaces of #bed685

RGB 190214133
HSL0.220.500.68
HSV78°38°84°
CMYK 0.110.000.38   0.16
XYZ49.515460.733731.3033
Yxy60.73370.34980.4291
Hunter Lab77.9318-22.967530.7369
CIE-Lab82.2354-21.109337.3715

#bed685 color RGB value is (190,214,133).

#bed685 hex color red value is 190, green value is 214 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bed685 hue: 0.22 , saturation: 0.50 and the lightness value of bed685 is 0.68.

The process color (four color CMYK) of #bed685 color hex is 0.11, 0.00, 0.38, 0.16. Web safe color of #bed685 is #cccc99. Color #bed685 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 10000101
Octal 276 326 205
Decimal 190 214 133
Hex BE D6 85

RGB Percentages of Color #bed685

%35.38
%39.85
%24.77

CMYK Percentages of Color #bed685

%11
%0
%38
%16

Triadic Colors of #bed685

#bed685 #85bed6 #d685be

Analogous Colors of #bed685

#bed685 #96d685 #d6c685

Monochromatic Colors of #bed685

#bed685

Complementary Color

#bed685 #9d85d6

#bed685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed685 Color CSS Codes

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

#bed685 Text Font Color

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

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


#bed685 Background Color

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

This div background color is #bed685


#bed685 Border Color

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

This div border color is #bed685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed685


Comments

No comments written yet.

Please login to write comment.