Color Hex Logo

#bdec0a Color Hex

#BDEC0A
(189,236,10)
0 Favorites   0 Comments

Color spaces of #bdec0a

RGB 18923610
HSL0.200.920.48
HSV72°96°93°
CMYK 0.200.000.96   0.07
XYZ51.036570.831611.2691
Yxy70.83160.38330.5320
Hunter Lab84.1615-39.038250.9742
CIE-Lab87.4031-39.305884.3796

#bdec0a color RGB value is (189,236,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101100 00001010
Octal 275 354 12
Decimal 189 236 10
Hex BD EC A

RGB Percentages of Color #bdec0a

%43.45
%54.25
%2.30

CMYK Percentages of Color #bdec0a

%20
%0
%96
%7

Triadic Colors of #bdec0a

#bdec0a #0abdec #ec0abd

Analogous Colors of #bdec0a

#bdec0a #4cec0a #ecaa0a

Monochromatic Colors of #bdec0a

#bdec0a

Complementary Color

#bdec0a #390aec

#bdec0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdec0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdec0a Color CSS Codes

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

#bdec0a Text Font Color

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

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


#bdec0a Background Color

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

This div background color is #bdec0a


#bdec0a Border Color

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

This div border color is #bdec0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdec0a


Comments

No comments written yet.

Please login to write comment.