Color Hex Logo

#bdec8b Color Hex

#BDEC8B
(189,236,139)
0 Favorites   0 Comments

Color spaces of #bdec8b

RGB 189236139
HSL0.250.720.74
HSV89°41°93°
CMYK 0.200.000.41   0.07
XYZ55.641972.673835.5209
Yxy72.67380.33960.4436
Hunter Lab85.2489-32.678834.9697
CIE-Lab88.2919-31.263042.1335

#bdec8b color RGB value is (189,236,139).

#bdec8b hex color red value is 189, green value is 236 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bdec8b hue: 0.25 , saturation: 0.72 and the lightness value of bdec8b is 0.74.

The process color (four color CMYK) of #bdec8b color hex is 0.20, 0.00, 0.41, 0.07. Web safe color of #bdec8b is #ccff99. Color #bdec8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 10001011
Octal 275 354 213
Decimal 189 236 139
Hex BD EC 8B

RGB Percentages of Color #bdec8b

%33.51
%41.84
%24.65

CMYK Percentages of Color #bdec8b

%20
%0
%41
%7

Triadic Colors of #bdec8b

#bdec8b #8bbdec #ec8bbd

Analogous Colors of #bdec8b

#bdec8b #8dec8b #eceb8b

Monochromatic Colors of #bdec8b

#bdec8b

Complementary Color

#bdec8b #ba8bec

#bdec8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdec8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdec8b Color CSS Codes

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

#bdec8b Text Font Color

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

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


#bdec8b Background Color

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

This div background color is #bdec8b


#bdec8b Border Color

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

This div border color is #bdec8b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,236,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdec8b


Comments

No comments written yet.

Please login to write comment.