Color Hex Logo

#bdeb9b Color Hex

#BDEB9B
(189,235,155)
0 Favorites   0 Comments

Color spaces of #bdeb9b

RGB 189235155
HSL0.260.670.76
HSV95°34°92°
CMYK 0.200.000.34   0.08
XYZ56.611072.602042.0402
Yxy72.60200.33060.4239
Hunter Lab85.2068-30.517430.3917
CIE-Lab88.2576-28.700634.1197

#bdeb9b color RGB value is (189,235,155).

#bdeb9b hex color red value is 189, green value is 235 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bdeb9b hue: 0.26 , saturation: 0.67 and the lightness value of bdeb9b is 0.76.

The process color (four color CMYK) of #bdeb9b color hex is 0.20, 0.00, 0.34, 0.08. Web safe color of #bdeb9b is #ccff99. Color #bdeb9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 10011011
Octal 275 353 233
Decimal 189 235 155
Hex BD EB 9B

RGB Percentages of Color #bdeb9b

%32.64
%40.59
%26.77

CMYK Percentages of Color #bdeb9b

%20
%0
%34
%8

Triadic Colors of #bdeb9b

#bdeb9b #9bbdeb #eb9bbd

Analogous Colors of #bdeb9b

#bdeb9b #9beba1 #e5eb9b

Monochromatic Colors of #bdeb9b

#bdeb9b

Complementary Color

#bdeb9b #c99beb

#bdeb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeb9b Color CSS Codes

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

#bdeb9b Text Font Color

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

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


#bdeb9b Background Color

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

This div background color is #bdeb9b


#bdeb9b Border Color

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

This div border color is #bdeb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeb9b


Comments

No comments written yet.

Please login to write comment.