Color Hex Logo

#bed699 Color Hex

#BED699
(190,214,153)
0 Favorites   0 Comments

Color spaces of #bed699

RGB 190214153
HSL0.230.430.72
HSV84°29°84°
CMYK 0.110.000.29   0.16
XYZ51.031561.340239.2872
Yxy61.34020.33650.4045
Hunter Lab78.3200-20.753525.0827
CIE-Lab82.5613-18.449127.5495

#bed699 color RGB value is (190,214,153).

#bed699 hex color red value is 190, green value is 214 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bed699 hue: 0.23 , saturation: 0.43 and the lightness value of bed699 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010110 10011001
Octal 276 326 231
Decimal 190 214 153
Hex BE D6 99

RGB Percentages of Color #bed699

%34.11
%38.42
%27.47

CMYK Percentages of Color #bed699

%11
%0
%29
%16

Triadic Colors of #bed699

#bed699 #99bed6 #d699be

Analogous Colors of #bed699

#bed699 #a0d699 #d6d099

Monochromatic Colors of #bed699

#bed699

Complementary Color

#bed699 #b199d6

#bed699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed699 Color CSS Codes

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

#bed699 Text Font Color

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

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


#bed699 Background Color

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

This div background color is #bed699


#bed699 Border Color

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

This div border color is #bed699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed699


Comments

No comments written yet.

Please login to write comment.