Color Hex Logo

#bdc43d Color Hex

#BDC43D
(189,196,61)
0 Favorites   0 Comments

Color spaces of #bdc43d

RGB 18919661
HSL0.180.530.50
HSV63°69°77°
CMYK 0.040.000.69   0.23
XYZ41.568550.635611.9976
Yxy50.63560.39890.4859
Hunter Lab71.1587-20.254139.8146
CIE-Lab76.4577-18.995563.5270

#bdc43d color RGB value is (189,196,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000100 00111101
Octal 275 304 75
Decimal 189 196 61
Hex BD C4 3D

RGB Percentages of Color #bdc43d

%42.38
%43.95
%13.68

CMYK Percentages of Color #bdc43d

%4
%0
%69
%23

Triadic Colors of #bdc43d

#bdc43d #3dbdc4 #c43dbd

Analogous Colors of #bdc43d

#bdc43d #7ac43d #c4883d

Monochromatic Colors of #bdc43d

#bdc43d

Complementary Color

#bdc43d #443dc4

#bdc43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc43d Color CSS Codes

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

#bdc43d Text Font Color

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

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


#bdc43d Background Color

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

This div background color is #bdc43d


#bdc43d Border Color

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

This div border color is #bdc43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc43d


Comments

No comments written yet.

Please login to write comment.