Color Hex Logo

#bed095 Color Hex

#BED095
(190,208,149)
0 Favorites   0 Comments

Color spaces of #bed095

RGB 190208149
HSL0.220.390.70
HSV78°28°82°
CMYK 0.090.000.28   0.18
XYZ49.215958.228837.0791
Yxy58.22880.34050.4029
Hunter Lab76.3078-18.412324.6056
CIE-Lab80.8658-16.018827.3454

#bed095 color RGB value is (190,208,149).

#bed095 hex color red value is 190, green value is 208 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bed095 hue: 0.22 , saturation: 0.39 and the lightness value of bed095 is 0.70.

The process color (four color CMYK) of #bed095 color hex is 0.09, 0.00, 0.28, 0.18. Web safe color of #bed095 is #cccc99. Color #bed095 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010000 10010101
Octal 276 320 225
Decimal 190 208 149
Hex BE D0 95

RGB Percentages of Color #bed095

%34.73
%38.03
%27.24

CMYK Percentages of Color #bed095

%9
%0
%28
%18

Triadic Colors of #bed095

#bed095 #95bed0 #d095be

Analogous Colors of #bed095

#bed095 #a1d095 #d0c595

Monochromatic Colors of #bed095

#bed095

Complementary Color

#bed095 #a795d0

#bed095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed095 Color CSS Codes

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

#bed095 Text Font Color

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

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


#bed095 Background Color

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

This div background color is #bed095


#bed095 Border Color

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

This div border color is #bed095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed095


Comments

No comments written yet.

Please login to write comment.