Color Hex Logo

#bdd31f Color Hex

#BDD31F
(189,211,31)
0 Favorites   0 Comments

Color spaces of #bdd31f

RGB 18921131
HSL0.190.740.47
HSV67°85°83°
CMYK 0.100.000.85   0.17
XYZ44.527957.506310.0493
Yxy57.50630.39730.5131
Hunter Lab75.8329-27.895245.2260
CIE-Lab80.4635-27.460875.9330

#bdd31f color RGB value is (189,211,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010011 00011111
Octal 275 323 37
Decimal 189 211 31
Hex BD D3 1F

RGB Percentages of Color #bdd31f

%43.85
%48.96
%7.19

CMYK Percentages of Color #bdd31f

%10
%0
%85
%17

Triadic Colors of #bdd31f

#bdd31f #1fbdd3 #d31fbd

Analogous Colors of #bdd31f

#bdd31f #63d31f #d38f1f

Monochromatic Colors of #bdd31f

#bdd31f

Complementary Color

#bdd31f #351fd3

#bdd31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd31f Color CSS Codes

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

#bdd31f Text Font Color

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

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


#bdd31f Background Color

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

This div background color is #bdd31f


#bdd31f Border Color

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

This div border color is #bdd31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd31f


Comments

No comments written yet.

Please login to write comment.