Color Hex Logo

#bdc21d Color Hex

#BDC21D
(189,194,29)
0 Favorites   0 Comments

Color spaces of #bdc21d

RGB 18919429
HSL0.170.740.44
HSV62°85°76°
CMYK 0.030.000.85   0.24
XYZ40.499849.49118.5806
Yxy49.49110.41090.5021
Hunter Lab70.3499-20.351542.0133
CIE-Lab75.7558-19.250772.4533

#bdc21d color RGB value is (189,194,29).

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

The process color (four color CMYK) of #bdc21d color hex is 0.03, 0.00, 0.85, 0.24. Web safe color of #bdc21d is #cccc33. Color #bdc21d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 00011101
Octal 275 302 35
Decimal 189 194 29
Hex BD C2 1D

RGB Percentages of Color #bdc21d

%45.87
%47.09
%7.04

CMYK Percentages of Color #bdc21d

%3
%0
%85
%24

Triadic Colors of #bdc21d

#bdc21d #1dbdc2 #c21dbd

Analogous Colors of #bdc21d

#bdc21d #6bc21d #c2751d

Monochromatic Colors of #bdc21d

#bdc21d

Complementary Color

#bdc21d #221dc2

#bdc21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc21d Color CSS Codes

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

#bdc21d Text Font Color

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

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


#bdc21d Background Color

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

This div background color is #bdc21d


#bdc21d Border Color

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

This div border color is #bdc21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc21d


Comments

No comments written yet.

Please login to write comment.