Color Hex Logo

#bdbf2d Color Hex

#BDBF2D
(189,191,45)
0 Favorites   0 Comments

Color spaces of #bdbf2d

RGB 18919145
HSL0.170.620.46
HSV61°76°75°
CMYK 0.010.000.76   0.25
XYZ40.090748.26999.6866
Yxy48.26990.40890.4923
Hunter Lab69.4765-18.582440.3672
CIE-Lab74.9948-17.241867.6050

#bdbf2d color RGB value is (189,191,45).

#bdbf2d hex color red value is 189, green value is 191 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bdbf2d hue: 0.17 , saturation: 0.62 and the lightness value of bdbf2d is 0.46.

The process color (four color CMYK) of #bdbf2d color hex is 0.01, 0.00, 0.76, 0.25. Web safe color of #bdbf2d is #cccc33. Color #bdbf2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111111 00101101
Octal 275 277 55
Decimal 189 191 45
Hex BD BF 2D

RGB Percentages of Color #bdbf2d

%44.47
%44.94
%10.59

CMYK Percentages of Color #bdbf2d

%1
%0
%76
%25

Triadic Colors of #bdbf2d

#bdbf2d #2dbdbf #bf2dbd

Analogous Colors of #bdbf2d

#bdbf2d #74bf2d #bf782d

Monochromatic Colors of #bdbf2d

#bdbf2d

Complementary Color

#bdbf2d #2f2dbf

#bdbf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbf2d Color CSS Codes

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

#bdbf2d Text Font Color

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

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


#bdbf2d Background Color

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

This div background color is #bdbf2d


#bdbf2d Border Color

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

This div border color is #bdbf2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbf2d


Comments

No comments written yet.

Please login to write comment.