Color Hex Logo

#bdbe25 Color Hex

#BDBE25
(189,190,37)
0 Favorites   0 Comments

Color spaces of #bdbe25

RGB 18919037
HSL0.170.670.45
HSV60°81°75°
CMYK 0.010.000.81   0.25
XYZ39.733747.77938.8784
Yxy47.77930.41220.4957
Hunter Lab69.1226-18.357440.7703
CIE-Lab74.6855-17.024869.6272

#bdbe25 color RGB value is (189,190,37).

#bdbe25 hex color red value is 189, green value is 190 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #bdbe25 hue: 0.17 , saturation: 0.67 and the lightness value of bdbe25 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 00100101
Octal 275 276 45
Decimal 189 190 37
Hex BD BE 25

RGB Percentages of Color #bdbe25

%45.43
%45.67
%8.89

CMYK Percentages of Color #bdbe25

%1
%0
%81
%25

Triadic Colors of #bdbe25

#bdbe25 #25bdbe #be25bd

Analogous Colors of #bdbe25

#bdbe25 #71be25 #be7325

Monochromatic Colors of #bdbe25

#bdbe25

Complementary Color

#bdbe25 #2625be

#bdbe25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbe25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbe25 Color CSS Codes

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

#bdbe25 Text Font Color

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

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


#bdbe25 Background Color

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

This div background color is #bdbe25


#bdbe25 Border Color

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

This div border color is #bdbe25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbe25


Comments

No comments written yet.

Please login to write comment.