Color Hex Logo

#bdc80e Color Hex

#BDC80E
(189,200,14)
0 Favorites   0 Comments

Color spaces of #bdc80e

RGB 18920014
HSL0.180.870.42
HSV64°93°78°
CMYK 0.050.000.93   0.22
XYZ41.719852.15918.2843
Yxy52.15910.40840.5105
Hunter Lab72.2213-23.273743.7539
CIE-Lab77.3759-22.493076.2451

#bdc80e color RGB value is (189,200,14).

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

The process color (four color CMYK) of #bdc80e color hex is 0.05, 0.00, 0.93, 0.22. Web safe color of #bdc80e is #cccc00. Color #bdc80e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 00001110
Octal 275 310 16
Decimal 189 200 14
Hex BD C8 E

RGB Percentages of Color #bdc80e

%46.90
%49.63
%3.47

CMYK Percentages of Color #bdc80e

%5
%0
%93
%22

Triadic Colors of #bdc80e

#bdc80e #0ebdc8 #c80ebd

Analogous Colors of #bdc80e

#bdc80e #60c80e #c8760e

Monochromatic Colors of #bdc80e

#bdc80e

Complementary Color

#bdc80e #190ec8

#bdc80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc80e Color CSS Codes

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

#bdc80e Text Font Color

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

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


#bdc80e Background Color

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

This div background color is #bdc80e


#bdc80e Border Color

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

This div border color is #bdc80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc80e


Comments

No comments written yet.

Please login to write comment.