Color Hex Logo

#bdc13d Color Hex

#BDC13D
(189,193,61)
0 Favorites   0 Comments

Color spaces of #bdc13d

RGB 18919361
HSL0.170.520.50
HSV62°68°76°
CMYK 0.020.000.68   0.24
XYZ40.898549.295711.7743
Yxy49.29570.40110.4834
Hunter Lab70.2109-18.891239.2048
CIE-Lab75.6349-17.498962.7069

#bdc13d color RGB value is (189,193,61).

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

The process color (four color CMYK) of #bdc13d color hex is 0.02, 0.00, 0.68, 0.24. Web safe color of #bdc13d is #cccc33. Color #bdc13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000001 00111101
Octal 275 301 75
Decimal 189 193 61
Hex BD C1 3D

RGB Percentages of Color #bdc13d

%42.66
%43.57
%13.77

CMYK Percentages of Color #bdc13d

%2
%0
%68
%24

Triadic Colors of #bdc13d

#bdc13d #3dbdc1 #c13dbd

Analogous Colors of #bdc13d

#bdc13d #7bc13d #c1833d

Monochromatic Colors of #bdc13d

#bdc13d

Complementary Color

#bdc13d #413dc1

#bdc13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc13d Color CSS Codes

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

#bdc13d Text Font Color

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

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


#bdc13d Background Color

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

This div background color is #bdc13d


#bdc13d Border Color

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

This div border color is #bdc13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc13d


Comments

No comments written yet.

Please login to write comment.