Color Hex Logo

#bdc01c Color Hex

#BDC01C
(189,192,28)
0 Favorites   0 Comments

Color spaces of #bdc01c

RGB 18919228
HSL0.170.750.43
HSV61°85°75°
CMYK 0.020.000.85   0.25
XYZ40.045548.60198.3691
Yxy48.60190.41280.5010
Hunter Lab69.7151-19.468041.6829
CIE-Lab75.2030-18.279972.2105

#bdc01c color RGB value is (189,192,28).

#bdc01c hex color red value is 189, green value is 192 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bdc01c hue: 0.17 , saturation: 0.75 and the lightness value of bdc01c is 0.43.

The process color (four color CMYK) of #bdc01c color hex is 0.02, 0.00, 0.85, 0.25. Web safe color of #bdc01c is #cccc33. Color #bdc01c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 00011100
Octal 275 300 34
Decimal 189 192 28
Hex BD C0 1C

RGB Percentages of Color #bdc01c

%46.21
%46.94
%6.85

CMYK Percentages of Color #bdc01c

%2
%0
%85
%25

Triadic Colors of #bdc01c

#bdc01c #1cbdc0 #c01cbd

Analogous Colors of #bdc01c

#bdc01c #6bc01c #c0711c

Monochromatic Colors of #bdc01c

#bdc01c

Complementary Color

#bdc01c #1f1cc0

#bdc01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc01c Color CSS Codes

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

#bdc01c Text Font Color

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

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


#bdc01c Background Color

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

This div background color is #bdc01c


#bdc01c Border Color

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

This div border color is #bdc01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc01c


Comments

No comments written yet.

Please login to write comment.