Color Hex Logo

#bdd340 Color Hex

#BDD340
(189,211,64)
0 Favorites   0 Comments

Color spaces of #bdd340

RGB 18921164
HSL0.190.630.54
HSV69°70°83°
CMYK 0.100.000.70   0.17
XYZ45.205957.777513.6201
Yxy57.77750.38770.4955
Hunter Lab76.0115-26.861842.5842
CIE-Lab80.6149-26.152366.5537

#bdd340 color RGB value is (189,211,64).

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

The process color (four color CMYK) of #bdd340 color hex is 0.10, 0.00, 0.70, 0.17. Web safe color of #bdd340 is #cccc33. Color #bdd340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 01000000
Octal 275 323 100
Decimal 189 211 64
Hex BD D3 40

RGB Percentages of Color #bdd340

%40.73
%45.47
%13.79

CMYK Percentages of Color #bdd340

%10
%0
%70
%17

Triadic Colors of #bdd340

#bdd340 #40bdd3 #d340bd

Analogous Colors of #bdd340

#bdd340 #74d340 #d3a040

Monochromatic Colors of #bdd340

#bdd340

Complementary Color

#bdd340 #5640d3

#bdd340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd340 Color CSS Codes

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

#bdd340 Text Font Color

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

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


#bdd340 Background Color

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

This div background color is #bdd340


#bdd340 Border Color

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

This div border color is #bdd340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd340


Comments

No comments written yet.

Please login to write comment.