Color Hex Logo

#bdec0b Color Hex

#BDEC0B
(189,236,11)
0 Favorites   0 Comments

Color spaces of #bdec0b

RGB 18923611
HSL0.200.910.48
HSV73°95°93°
CMYK 0.200.000.95   0.07
XYZ51.042170.833911.2987
Yxy70.83390.38330.5319
Hunter Lab84.1629-39.030550.9544
CIE-Lab87.4042-39.295884.2994

#bdec0b color RGB value is (189,236,11).

#bdec0b hex color red value is 189, green value is 236 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bdec0b hue: 0.20 , saturation: 0.91 and the lightness value of bdec0b is 0.48.

The process color (four color CMYK) of #bdec0b color hex is 0.20, 0.00, 0.95, 0.07. Web safe color of #bdec0b is #ccff00. Color #bdec0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 00001011
Octal 275 354 13
Decimal 189 236 11
Hex BD EC B

RGB Percentages of Color #bdec0b

%43.35
%54.13
%2.52

CMYK Percentages of Color #bdec0b

%20
%0
%95
%7

Triadic Colors of #bdec0b

#bdec0b #0bbdec #ec0bbd

Analogous Colors of #bdec0b

#bdec0b #4dec0b #ecab0b

Monochromatic Colors of #bdec0b

#bdec0b

Complementary Color

#bdec0b #3a0bec

#bdec0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdec0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdec0b Color CSS Codes

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

#bdec0b Text Font Color

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

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


#bdec0b Background Color

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

This div background color is #bdec0b


#bdec0b Border Color

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

This div border color is #bdec0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdec0b


Comments

No comments written yet.

Please login to write comment.