Color Hex Logo

#bdc43e Color Hex

#BDC43E
(189,196,62)
0 Favorites   0 Comments

Color spaces of #bdc43e

RGB 18919662
HSL0.180.530.51
HSV63°68°77°
CMYK 0.040.000.68   0.23
XYZ41.595750.646512.1408
Yxy50.64650.39850.4852
Hunter Lab71.1664-20.210539.7017
CIE-Lab76.4644-18.941363.1584

#bdc43e color RGB value is (189,196,62).

#bdc43e hex color red value is 189, green value is 196 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bdc43e hue: 0.18 , saturation: 0.53 and the lightness value of bdc43e is 0.51.

The process color (four color CMYK) of #bdc43e color hex is 0.04, 0.00, 0.68, 0.23. Web safe color of #bdc43e is #cccc33. Color #bdc43e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 00111110
Octal 275 304 76
Decimal 189 196 62
Hex BD C4 3E

RGB Percentages of Color #bdc43e

%42.28
%43.85
%13.87

CMYK Percentages of Color #bdc43e

%4
%0
%68
%23

Triadic Colors of #bdc43e

#bdc43e #3ebdc4 #c43ebd

Analogous Colors of #bdc43e

#bdc43e #7ac43e #c4883e

Monochromatic Colors of #bdc43e

#bdc43e

Complementary Color

#bdc43e #453ec4

#bdc43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc43e Color CSS Codes

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

#bdc43e Text Font Color

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

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


#bdc43e Background Color

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

This div background color is #bdc43e


#bdc43e Border Color

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

This div border color is #bdc43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc43e


Comments

No comments written yet.

Please login to write comment.