Color Hex Logo

#bdd73d Color Hex

#BDD73D
(189,215,61)
0 Favorites   0 Comments

Color spaces of #bdd73d

RGB 18921561
HSL0.190.660.54
HSV70°72°84°
CMYK 0.120.000.72   0.16
XYZ46.129059.756613.5178
Yxy59.75660.38630.5005
Hunter Lab77.3024-28.762143.7437
CIE-Lab81.7057-28.215368.6854

#bdd73d color RGB value is (189,215,61).

#bdd73d hex color red value is 189, green value is 215 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bdd73d hue: 0.19 , saturation: 0.66 and the lightness value of bdd73d is 0.54.

The process color (four color CMYK) of #bdd73d color hex is 0.12, 0.00, 0.72, 0.16. Web safe color of #bdd73d is #cccc33. Color #bdd73d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010111 00111101
Octal 275 327 75
Decimal 189 215 61
Hex BD D7 3D

RGB Percentages of Color #bdd73d

%40.65
%46.24
%13.12

CMYK Percentages of Color #bdd73d

%12
%0
%72
%16

Triadic Colors of #bdd73d

#bdd73d #3dbdd7 #d73dbd

Analogous Colors of #bdd73d

#bdd73d #70d73d #d7a43d

Monochromatic Colors of #bdd73d

#bdd73d

Complementary Color

#bdd73d #573dd7

#bdd73d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd73d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd73d Color CSS Codes

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

#bdd73d Text Font Color

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

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


#bdd73d Background Color

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

This div background color is #bdd73d


#bdd73d Border Color

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

This div border color is #bdd73d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd73d


Comments

No comments written yet.

Please login to write comment.