Color Hex Logo

#bdc20e Color Hex

#BDC20E
(189,194,14)
0 Favorites   0 Comments

Color spaces of #bdc20e

RGB 18919414
HSL0.170.870.41
HSV62°93°76°
CMYK 0.030.000.93   0.24
XYZ40.357349.43417.8301
Yxy49.43410.41340.5064
Hunter Lab70.3094-20.583242.6137
CIE-Lab75.7206-19.540774.9691

#bdc20e color RGB value is (189,194,14).

#bdc20e hex color red value is 189, green value is 194 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bdc20e hue: 0.17 , saturation: 0.87 and the lightness value of bdc20e is 0.41.

The process color (four color CMYK) of #bdc20e color hex is 0.03, 0.00, 0.93, 0.24. Web safe color of #bdc20e is #cccc00. Color #bdc20e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 00001110
Octal 275 302 16
Decimal 189 194 14
Hex BD C2 E

RGB Percentages of Color #bdc20e

%47.61
%48.87
%3.53

CMYK Percentages of Color #bdc20e

%3
%0
%93
%24

Triadic Colors of #bdc20e

#bdc20e #0ebdc2 #c20ebd

Analogous Colors of #bdc20e

#bdc20e #63c20e #c26d0e

Monochromatic Colors of #bdc20e

#bdc20e

Complementary Color

#bdc20e #130ec2

#bdc20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc20e Color CSS Codes

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

#bdc20e Text Font Color

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

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


#bdc20e Background Color

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

This div background color is #bdc20e


#bdc20e Border Color

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

This div border color is #bdc20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc20e


Comments

No comments written yet.

Please login to write comment.