Color Hex Logo

#bed96b Color Hex

#BED96B
(190,217,107)
0 Favorites   0 Comments

Color spaces of #bed96b

RGB 190217107
HSL0.210.590.64
HSV75°51°85°
CMYK 0.120.000.51   0.15
XYZ48.701961.634423.2397
Yxy61.63440.36460.4614
Hunter Lab78.5076-26.656437.4044
CIE-Lab82.7186-25.407650.6810

#bed96b color RGB value is (190,217,107).

#bed96b hex color red value is 190, green value is 217 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bed96b hue: 0.21 , saturation: 0.59 and the lightness value of bed96b is 0.64.

The process color (four color CMYK) of #bed96b color hex is 0.12, 0.00, 0.51, 0.15. Web safe color of #bed96b is #cccc66. Color #bed96b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011001 01101011
Octal 276 331 153
Decimal 190 217 107
Hex BE D9 6B

RGB Percentages of Color #bed96b

%36.96
%42.22
%20.82

CMYK Percentages of Color #bed96b

%12
%0
%51
%15

Triadic Colors of #bed96b

#bed96b #6bbed9 #d96bbe

Analogous Colors of #bed96b

#bed96b #87d96b #d9bd6b

Monochromatic Colors of #bed96b

#bed96b

Complementary Color

#bed96b #866bd9

#bed96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed96b Color CSS Codes

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

#bed96b Text Font Color

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

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


#bed96b Background Color

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

This div background color is #bed96b


#bed96b Border Color

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

This div border color is #bed96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed96b


Comments

No comments written yet.

Please login to write comment.