Color Hex Logo

#bdc40a Color Hex

#BDC40A
(189,196,10)
0 Favorites   0 Comments

Color spaces of #bdc40a

RGB 18919610
HSL0.170.900.40
HSV62°95°77°
CMYK 0.040.000.95   0.23
XYZ40.781050.32067.8506
Yxy50.32060.41210.5085
Hunter Lab70.9370-21.521943.0943
CIE-Lab76.2656-20.579375.8363

#bdc40a color RGB value is (189,196,10).

#bdc40a hex color red value is 189, green value is 196 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bdc40a hue: 0.17 , saturation: 0.90 and the lightness value of bdc40a is 0.40.

The process color (four color CMYK) of #bdc40a color hex is 0.04, 0.00, 0.95, 0.23. Web safe color of #bdc40a is #cccc00. Color #bdc40a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 00001010
Octal 275 304 12
Decimal 189 196 10
Hex BD C4 A

RGB Percentages of Color #bdc40a

%47.85
%49.62
%2.53

CMYK Percentages of Color #bdc40a

%4
%0
%95
%23

Triadic Colors of #bdc40a

#bdc40a #0abdc4 #c40abd

Analogous Colors of #bdc40a

#bdc40a #60c40a #c46e0a

Monochromatic Colors of #bdc40a

#bdc40a

Complementary Color

#bdc40a #110ac4

#bdc40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc40a Color CSS Codes

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

#bdc40a Text Font Color

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

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


#bdc40a Background Color

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

This div background color is #bdc40a


#bdc40a Border Color

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

This div border color is #bdc40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc40a


Comments

No comments written yet.

Please login to write comment.