Color Hex Logo

#bed49b Color Hex

#BED49B
(190,212,155)
0 Favorites   0 Comments

Color spaces of #bed49b

RGB 190212155
HSL0.230.400.72
HSV83°27°83°
CMYK 0.100.000.27   0.17
XYZ50.695160.400739.9969
Yxy60.40070.33550.3998
Hunter Lab77.7179-19.571423.8894
CIE-Lab82.0555-17.163925.8252

#bed49b color RGB value is (190,212,155).

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

The process color (four color CMYK) of #bed49b color hex is 0.10, 0.00, 0.27, 0.17. Web safe color of #bed49b is #cccc99. Color #bed49b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010100 10011011
Octal 276 324 233
Decimal 190 212 155
Hex BE D4 9B

RGB Percentages of Color #bed49b

%34.11
%38.06
%27.83

CMYK Percentages of Color #bed49b

%10
%0
%27
%17

Triadic Colors of #bed49b

#bed49b #9bbed4 #d49bbe

Analogous Colors of #bed49b

#bed49b #a2d49b #d4ce9b

Monochromatic Colors of #bed49b

#bed49b

Complementary Color

#bed49b #b19bd4

#bed49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed49b Color CSS Codes

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

#bed49b Text Font Color

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

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


#bed49b Background Color

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

This div background color is #bed49b


#bed49b Border Color

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

This div border color is #bed49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed49b


Comments

No comments written yet.

Please login to write comment.