Color Hex Logo

#bed19b Color Hex

#BED19B
(190,209,155)
0 Favorites   0 Comments

Color spaces of #bed19b

RGB 190209155
HSL0.230.370.71
HSV81°26°82°
CMYK 0.090.000.26   0.18
XYZ49.952158.914639.7493
Yxy58.91460.33610.3964
Hunter Lab76.7558-18.156323.0248
CIE-Lab81.2446-15.659524.7234

#bed19b color RGB value is (190,209,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010001 10011011
Octal 276 321 233
Decimal 190 209 155
Hex BE D1 9B

RGB Percentages of Color #bed19b

%34.30
%37.73
%27.98

CMYK Percentages of Color #bed19b

%9
%0
%26
%18

Triadic Colors of #bed19b

#bed19b #9bbed1 #d19bbe

Analogous Colors of #bed19b

#bed19b #a3d19b #d1c99b

Monochromatic Colors of #bed19b

#bed19b

Complementary Color

#bed19b #ae9bd1

#bed19b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed19b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed19b Color CSS Codes

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

#bed19b Text Font Color

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

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


#bed19b Background Color

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

This div background color is #bed19b


#bed19b Border Color

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

This div border color is #bed19b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,209,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 #bed19b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed19b


Comments

No comments written yet.

Please login to write comment.