Color Hex Logo

#bdc01e Color Hex

#BDC01E
(189,192,30)
0 Favorites   0 Comments

Color spaces of #bdc01e

RGB 18919230
HSL0.170.730.44
HSV61°84°75°
CMYK 0.020.000.84   0.25
XYZ40.070248.61188.4994
Yxy48.61180.41230.5002
Hunter Lab69.7222-19.427641.5778
CIE-Lab75.2092-18.229671.7822

#bdc01e color RGB value is (189,192,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000000 00011110
Octal 275 300 36
Decimal 189 192 30
Hex BD C0 1E

RGB Percentages of Color #bdc01e

%45.99
%46.72
%7.30

CMYK Percentages of Color #bdc01e

%2
%0
%84
%25

Triadic Colors of #bdc01e

#bdc01e #1ebdc0 #c01ebd

Analogous Colors of #bdc01e

#bdc01e #6cc01e #c0721e

Monochromatic Colors of #bdc01e

#bdc01e

Complementary Color

#bdc01e #211ec0

#bdc01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc01e Color CSS Codes

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

#bdc01e Text Font Color

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

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


#bdc01e Background Color

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

This div background color is #bdc01e


#bdc01e Border Color

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

This div border color is #bdc01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc01e


Comments

No comments written yet.

Please login to write comment.